Interface: CommandHelpOptions
Defined in: packages/plugin-help/src/index.ts:20
Extends
Properties
| Property | Type | Description | Inherited from | Defined in |
|---|---|---|---|---|
examples? | [string, string][] | Examples to show in the help output. Each example is a tuple of [command, description]. | - | packages/plugin-help/src/index.ts:35 |
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:17 |
notes? | string[] | Notes to show in the help output. | - | packages/plugin-help/src/index.ts:30 |
show? | boolean | Whether to show the command in help output. Default true | - | packages/plugin-help/src/index.ts:26 |

