mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-24 01:19:50 +00:00
revert: remove oc-path implementation
This commit is contained in:
@@ -167,11 +167,6 @@ const entrySpecs: readonly CommandGroupDescriptorSpec<SubCliRegistrar>[] = [
|
||||
loadModule: () => import("../docs-cli.js"),
|
||||
exportName: "registerDocsCli",
|
||||
},
|
||||
{
|
||||
commandNames: ["path"],
|
||||
loadModule: () => import("../path-cli.js"),
|
||||
exportName: "registerPathCli",
|
||||
},
|
||||
{
|
||||
commandNames: ["qa"],
|
||||
loadModule: loadPrivateQaCliModule,
|
||||
|
||||
@@ -97,11 +97,6 @@ const subCliCommandCatalog = defineCommandDescriptorCatalog([
|
||||
description: "Search the live OpenClaw docs",
|
||||
hasSubcommands: false,
|
||||
},
|
||||
{
|
||||
name: "path",
|
||||
description: "Inspect and edit workspace files via the oc:// addressing scheme",
|
||||
hasSubcommands: true,
|
||||
},
|
||||
{
|
||||
name: "qa",
|
||||
description: "Run QA scenarios and launch the private QA debugger UI",
|
||||
|
||||
Reference in New Issue
Block a user