Skip to content

Interface: CommandCustomOptions

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

Extended by

Properties

PropertyTypeDescriptionDefined in
completions?objectCompletions options for the command.packages/plugin-completions/src/index.ts:12
completions.show?booleanWhether to show the command in completions output. Default truepackages/plugin-completions/src/index.ts:18
help?CommandHelpOptionsHelp options for the command.packages/plugin-help/src/index.ts:43

在 MIT 许可证下发布