X-Git-Url: https://git.draconx.ca/gitweb/cdecl99.git/blobdiff_plain/892a874a68097af0c15ffbe717b91c05a6354cdb..e0179c069958050100a637bb876c96495276ea76:/src/options.opt diff --git a/src/options.opt b/src/options.opt new file mode 100644 index 0000000..921feb6 --- /dev/null +++ b/src/options.opt @@ -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.