Skip to content

Interface: CommandHelpOptions

Defined in: index.ts:27

Extends

Properties

PropertyTypeDescriptionInherited fromDefined in

examples?

[string, string][]

Examples to show in the help output. Each example is a tuple of [command, description].

index.ts:36

group?

string

The group this item belongs to. The group must be defined in the groups option of helpPlugin().

HelpOptions.group

index.ts:24

notes?

string[]

Notes to show in the help output.

index.ts:31

show?

boolean

Whether to show this item in help output.

Default

ts
true;

HelpOptions.show

index.ts:19

Released under the MIT license