Skip to content

Commit 092f654

Browse files
authored
fix(cli): hide console command from help output (anomalyco#17277)
1 parent 96b1d8f commit 092f654

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/opencode/src/cli/cmd/account.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ export const OrgsCommand = cmd({
195195

196196
export const ConsoleCommand = cmd({
197197
command: "console",
198-
describe: "manage console account",
198+
describe: false,
199199
builder: (yargs) =>
200200
yargs
201201
.command({

0 commit comments

Comments
 (0)