mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-25 20:05:46 -06:00
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:
committed by
GitHub
parent
4645d4a487
commit
433bb3f954
@@ -329,5 +329,6 @@ export function registerPluginsCli(program: Command) {
|
||||
await runPluginMarketplaceListCommand(source, opts);
|
||||
});
|
||||
|
||||
applyParentDefaultHelpAction(marketplace);
|
||||
applyParentDefaultHelpAction(plugins);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user