Interface: DocumentationBriefs
Short documentation brief strings used to build help text.
Properties
argumentEscapeSequence
readonlyargumentEscapeSequence: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
readonlyhelp:string
Documentation brief to be included alongside --help flag in help text.
Defaults to "Print help information and exit".
Defined in
helpAll
readonlyhelpAll: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
readonlyversion:string
Documentation brief to be included alongside --version flag in help text.
Defaults to "Print version information and exit".