refactor: remove qa cli pass-through wrapper

This commit is contained in:
Ayaan Zaidi
2026-04-11 10:27:59 +05:30
parent 478a2e15c5
commit d8ab47d6af
3 changed files with 2 additions and 30 deletions

View File

@@ -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"],