Interface: CommandOptions<Parameters, Flags>
Defined in: packages/core/src/types/command.ts:10
Extends
Extended by
Type Parameters
| Type Parameter | Default type |
|---|---|
| readonly |
|
Properties
| Property | Type | Description | Inherited from | Defined in |
|---|---|---|---|---|
| ‐ | ‐ | ||
| Completions options for the command. | |||
| ( | Handler to provide custom completions for the command. | ‐ | |
|
| Whether to show the command in completions output. Default ts | ‐ | |
| ‐ | ‐ | ||
Help options for the command. | ||||
A callback function to conditionally stop parsing. When it returns true, parsing stops and remaining arguments are preserved in ignored. | ‐ | |||
| ‐ | ‐ |

