Skip to content

Interface: CompletionsPluginOptions

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

Properties

managementCommands?

ts
optional managementCommands: boolean;

Defined in: packages/plugin-completions/src/index.ts:28

Whether to register the completions install and completions uninstall commands.

Default

ts
true;

在 MIT 许可证下发布