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

