Skip to content

Interface: CommandCustomOptions

Defined in: packages/core/src/types/command.ts:8

Extended by

Properties

PropertyTypeDescriptionDefined 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

ts
true;

packages/plugin-completions/src/index.ts:23

help?

CommandHelpOptions

Help options for the command.

packages/plugin-help/src/index.ts:46

在 MIT 许可证下发布