Skip to content

Interface: FlagCustomOptions

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

Properties

PropertyTypeDescriptionDefined in

completions?

object

Completions options for the flag.

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

completions.handler?

OptionHandler

Handler to provide custom completions for the flag.

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

completions.show?

boolean

Whether to show the flag in completions output.

Default

ts
true;

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

help?

FlagHelpOptions

Help options for the flag.

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

在 MIT 许可证下发布