From 8a60b03a0119c5ae071952dd5915f2741b3fe4f2 Mon Sep 17 00:00:00 2001 From: William Casarin Date: Mon, 9 Jul 2018 20:05:58 -0700 Subject: allow name to be different from command --- command.h | 1 + 1 file changed, 1 insertion(+) (limited to 'command.h') diff --git a/command.h b/command.h index 70fc426..d4f93fb 100644 --- a/command.h +++ b/command.h @@ -6,6 +6,7 @@ struct command { char *name; + char *command; char *bind; struct command *children; int nchildren; -- cgit v1.2.3