]> git.draconx.ca Git - cdecl99.git/blobdiff - src/options.opt
Use the newly-minted option generator script from dxcommon.
[cdecl99.git] / src / options.opt
diff --git a/src/options.opt b/src/options.opt
new file mode 100644 (file)
index 0000000..921feb6
--- /dev/null
@@ -0,0 +1,22 @@
+-q, --quiet
+Suppress the welcome message.
+
+-b, --batch
+Run in batch mode.  Commands are executed as normal but
+prompts are not printed.
+
+-i, --interactive
+Run in interactive mode.  This is the default.
+
+-f, --file=FILE
+Read commands from FILE instead of standard input.
+
+-e, --execute=COMMAND
+Execute COMMAND as if it were entered at the prompt.
+This option can be specified multiple times.
+
+-V, --version
+Print a version message and then exit.
+
+-H, --help
+Print this message and then exit.