summaryrefslogtreecommitdiff
path: root/command.h
diff options
context:
space:
mode:
authorWilliam Casarin <jb55@jb55.com>2018-07-09 20:05:58 -0700
committerWilliam Casarin <jb55@jb55.com>2018-07-09 20:05:58 -0700
commit8a60b03a0119c5ae071952dd5915f2741b3fe4f2 (patch)
tree6bf6d2aee186904c51250e964b3c5c185fe9018f /command.h
parente15c139924df0b56f376ebdeb01c56852de50984 (diff)
allow name to be different from command
Diffstat (limited to 'command.h')
-rw-r--r--command.h1
1 files changed, 1 insertions, 0 deletions
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;