Interface: DocumentationBriefs
Short documentation brief strings used to build help text.
Properties
argumentEscapeSequence
readonly
argumentEscapeSequence:string
Documentation brief to be included alongside --
escape sequence in help text.
Only present when scanner.allowArgumentEscapeSequence
is true
.
Defaults to "All subsequent inputs should be interpreted as arguments"
.
Defined in
help
readonly
help:string
Documentation brief to be included alongside --help
flag in help text.
Defaults to "Print help information and exit"
.
Defined in
helpAll
readonly
helpAll:string
Documentation brief to be included alongside --helpAll
flag in help text.
Defaults to "Print help information (including hidden commands/flags) and exit"
.
Defined in
version
readonly
version:string
Documentation brief to be included alongside --version
flag in help text.
Defaults to "Print version information and exit"
.