Interface: CommandCustomOptions
Defined in: packages/core/src/types/command.ts:7
Extended by
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
completions? | object | Completions options for the command. | packages/plugin-completions/src/index.ts:12 |
completions.show? | boolean | Whether to show the command in completions output. Default true | packages/plugin-completions/src/index.ts:18 |
help? | CommandHelpOptions | Help options for the command. | packages/plugin-help/src/index.ts:43 |

