Skip to main content

Interface: DocumentationKeywords

Keyword strings used to build help text.

Properties

default

readonly default: string

Keyword to be included when flags or arguments have a default value.

Defaults to "default =".

Defined in

packages/core/src/text.ts:18


separator

readonly separator: string

Keyword to be included when flags are variadic and have a defined separator.

Defaults to "separator =".

Defined in

packages/core/src/text.ts:24