Skip to content

Interface: FlagCustomOptions

Defined in: packages/core/src/types/flag.ts:3

Properties

PropertyTypeDescriptionDefined in
completions?objectCompletions options for the flag.packages/plugin-completions/src/index.ts:34
completions.handler?OptionHandlerHandler to provide custom completions for the flag.packages/plugin-completions/src/index.ts:44
completions.show?booleanWhether to show the flag in completions output. Default truepackages/plugin-completions/src/index.ts:40
help?HelpOptionsHelp options for the flag.packages/plugin-help/src/index.ts:51

Released under the MIT license