aboutsummaryrefslogtreecommitdiff
path: root/src/cmdline.opt
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2013-04-20 10:39:19 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2013-04-20 10:39:19 +0300
commit67dce06bb26798e2b11ee0883bdc7e08d7edb663 (patch)
tree3f3655179dded2bbdd16c411d3f0558fe4515bf9 /src/cmdline.opt
parent347387193da605922ed98742dbc7fa3f67a908f4 (diff)
downloadeclat-67dce06bb26798e2b11ee0883bdc7e08d7edb663.tar.gz
eclat-67dce06bb26798e2b11ee0883bdc7e08d7edb663.tar.bz2
Major rewrite. Provide short names for each command.
Diffstat (limited to 'src/cmdline.opt')
-rw-r--r--src/cmdline.opt7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/cmdline.opt b/src/cmdline.opt
index 23a0858..05e3e8a 100644
--- a/src/cmdline.opt
+++ b/src/cmdline.opt
@@ -187,6 +187,13 @@ BEGIN
translate_option = 1;
END
+OPTION(list-commands,l,FMT,
+ [<list commands using the supplied format>])
+BEGIN
+ listcmd(optarg);
+ exit(0);
+END
+
GROUP(Preprocessor control)
OPTION(include-directory,I,DIR,

Return to:

Send suggestions and report system problems to the System administrator.