Skip to content

Interface: FlagHelpOptions

Defined in: packages/plugin-help/src/index.ts:39

Extends

Properties

PropertyTypeDescriptionInherited fromDefined in

group?

string

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

HelpOptions.group

packages/plugin-help/src/index.ts:24

show?

boolean

Whether to show this item in help output.

Default

ts
true;

HelpOptions.show

packages/plugin-help/src/index.ts:19

在 MIT 许可证下发布