Skip to content

Interface: CommandHelpOptions

Defined in: index.ts:20

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:35
group?stringThe group this item belongs to. The group must be defined in the groups option of helpPlugin().HelpOptions.groupindex.ts:17
notes?string[]Notes to show in the help output.-index.ts:30
show?booleanWhether to show the command in help output. Default true-index.ts:26

在 MIT 许可证下发布