]> git.draconx.ca Git - cdecl99.git/blob - src/options.opt
Use the newly-minted option generator script from dxcommon.
[cdecl99.git] / src / options.opt
1 -q, --quiet
2 Suppress the welcome message.
3
4 -b, --batch
5 Run in batch mode.  Commands are executed as normal but
6 prompts are not printed.
7
8 -i, --interactive
9 Run in interactive mode.  This is the default.
10
11 -f, --file=FILE
12 Read commands from FILE instead of standard input.
13
14 -e, --execute=COMMAND
15 Execute COMMAND as if it were entered at the prompt.
16 This option can be specified multiple times.
17
18 -V, --version
19 Print a version message and then exit.
20
21 -H, --help
22 Print this message and then exit.