Interface: CommandCustomOptions
Defined in: packages/core/src/types/command.ts:8
Extended by
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
completions? | object | Completions options for the command. | packages/plugin-completions/src/index.ts:17 |
completions.handler? | (command) => void | Handler to provide custom completions for the command. | packages/plugin-completions/src/index.ts:27 |
completions.show? | boolean | Whether to show the command in completions output. Default true | packages/plugin-completions/src/index.ts:23 |
help? | CommandHelpOptions | Help options for the command. | packages/plugin-help/src/index.ts:44 |

