Skip to content

Interface: CommandCustomOptions

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

Extended by

Properties

PropertyTypeDescriptionDefined in
completions?objectCompletions options for the command.packages/plugin-completions/src/index.ts:17
completions.handler?(command) => voidHandler to provide custom completions for the command.packages/plugin-completions/src/index.ts:27
completions.show?booleanWhether to show the command in completions output. Default truepackages/plugin-completions/src/index.ts:23
help?CommandHelpOptionsHelp options for the command.packages/plugin-help/src/index.ts:44

在 MIT 许可证下发布