mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-26 11:23:47 +02:00
refactor: remove qa cli pass-through wrapper
This commit is contained in:
@@ -131,8 +131,8 @@ const entrySpecs: readonly CommandGroupDescriptorSpec<SubCliRegistrar>[] = [
|
||||
},
|
||||
{
|
||||
commandNames: ["qa"],
|
||||
loadModule: () => import("../qa-cli.js"),
|
||||
exportName: "registerQaCli",
|
||||
loadModule: () => import("../../plugin-sdk/qa-lab.js"),
|
||||
exportName: "registerQaLabCli",
|
||||
},
|
||||
{
|
||||
commandNames: ["hooks"],
|
||||
|
||||
Reference in New Issue
Block a user