Skip to main content

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

packages/core/src/text.ts:85


help

readonly help: string

Documentation brief to be included alongside --help flag in help text.

Defaults to "Print help information and exit".

Defined in

packages/core/src/text.ts:66


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

packages/core/src/text.ts:72


version

readonly version: string

Documentation brief to be included alongside --version flag in help text.

Defaults to "Print version information and exit".

Defined in

packages/core/src/text.ts:78