Przeglądaj źródła

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

Kit Langton 5 miesięcy temu
rodzic
commit
092f654f63
1 zmienionych plików z 1 dodań i 1 usunięć
  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({
   command: "console",
-  describe: "manage console account",
+  describe: false,
   builder: (yargs) =>
     yargs
       .command({