From 092f654f63e6361a931d5bd30c1f64a063b3ec4a Mon Sep 17 00:00:00 2001 From: Kit Langton Date: Thu, 12 Mar 2026 22:22:16 -0400 Subject: [PATCH] fix(cli): hide console command from help output (#17277) --- packages/opencode/src/cli/cmd/account.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/opencode/src/cli/cmd/account.ts b/packages/opencode/src/cli/cmd/account.ts index 78aadca62..8ad42c5eb 100644 --- a/packages/opencode/src/cli/cmd/account.ts +++ b/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({