fix(cli): make commands, completion, and JSON output reliable (#116033)

* fix(cli): make commands, completion, and JSON output reliable

* fix(cli): reconcile completion coverage with current main

* test(cli): keep test routing stable across isolation lanes
This commit is contained in:
Peter Steinberger
2026-07-31 16:20:34 -07:00
committed by GitHub
parent 4645d4a487
commit 433bb3f954
70 changed files with 2789 additions and 551 deletions
+1
View File
@@ -329,5 +329,6 @@ export function registerPluginsCli(program: Command) {
await runPluginMarketplaceListCommand(source, opts);
});
applyParentDefaultHelpAction(marketplace);
applyParentDefaultHelpAction(plugins);
}