Просмотр исходного кода

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

Kit Langton 5 месяцев назад
Родитель
Сommit
092f654f63
1 измененных файлов с 1 добавлено и 1 удалено
  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({