Interface: FlagCustomOptions
Defined in: packages/core/src/types/flag.ts:3
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
completions? | object | Completions options for the flag. | packages/plugin-completions/src/index.ts:34 |
completions.handler? | OptionHandler | Handler to provide custom completions for the flag. | packages/plugin-completions/src/index.ts:44 |
completions.show? | boolean | Whether to show the flag in completions output. Default true | packages/plugin-completions/src/index.ts:40 |
help? | HelpOptions | Help options for the flag. | packages/plugin-help/src/index.ts:51 |

