Explorar o código

fix(cli): hide console command from help output (#17277)

Kit Langton hai 5 meses
pai
achega
092f654f63
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/opencode/src/cli/cmd/account.ts

+ 1 - 1
packages/opencode/src/cli/cmd/account.ts

@@ -195,7 +195,7 @@ export const OrgsCommand = cmd({
 
 
 export const ConsoleCommand = cmd({
 export const ConsoleCommand = cmd({
   command: "console",
   command: "console",
-  describe: "manage console account",
+  describe: false,
   builder: (yargs) =>
   builder: (yargs) =>
     yargs
     yargs
       .command({
       .command({