aboutsummaryrefslogtreecommitdiff
path: root/jim-subcmd.h
diff options
context:
space:
mode:
authorSteve Bennett <steveb@workware.net.au>2009-07-28 23:27:07 +1000
committerSteve Bennett <steveb@workware.net.au>2010-10-15 10:11:02 +1000
commit6d4a1fed22fa67739a2b51d9ee9f343cbd70f300 (patch)
tree0779f449d9eb3a4a1a625cc3529f9bc34127556f /jim-subcmd.h
parent190223fa72351ee07c5006b46eee3a9194605cda (diff)
downloadjimtcl-6d4a1fed22fa67739a2b51d9ee9f343cbd70f300.zip
jimtcl-6d4a1fed22fa67739a2b51d9ee9f343cbd70f300.tar.gz
jimtcl-6d4a1fed22fa67739a2b51d9ee9f343cbd70f300.tar.bz2
Convert jim-aio.c to use subcmd
Also: - make stream.server set SO_REUSEADDR - do object reference properly for callbacks - white space cleanup in jim-eventloop.c - fix the pwd command - add support for JIM_MODFLAG_FULLARGV to subcmd - make verbose runtests easier to read - bio might not be available
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 */