aboutsummaryrefslogtreecommitdiff
path: root/jim-subcmd.h
diff options
context:
space:
mode:
Diffstat (limited to 'jim-subcmd.h')
-rw-r--r--jim-subcmd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/jim-subcmd.h b/jim-subcmd.h
index 973d80c..4525837 100644
--- a/jim-subcmd.h
+++ b/jim-subcmd.h
@@ -6,7 +6,8 @@
#include <jim.h>
-#define JIM_MODFLAG_HIDDEN 0x0001 /* Don't show the subcommand in usage or commands */
+#define JIM_MODFLAG_HIDDEN 0x0001 /* Don't show the subcommand in usage or commands */
+#define JIM_MODFLAG_FULLARGV 0x0001 /* Subcmd proc gets called with full argv */
/* Custom flags start at 0x0100 */