diff --git a/plugin.md b/plugin.md index 239930d..1915311 100644 --- a/plugin.md +++ b/plugin.md @@ -64,7 +64,7 @@ export interface CliArgs { command: "run" | "operator" | "plugin"; // ... existing fields ... pluginSubcommand?: "enable" | "disable"; - listEnabled?: boolean; + listEnabledPlugins: boolean; marketplaceSubcommand?: "list" | "add" | "remove" | "update"; pluginName?: string; marketplaceTarget?: string; // marketplace name or URL