mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-17 12:56:41 +02:00
fix(cli): hide console command from help output (#17277)
This commit is contained in:
@@ -195,7 +195,7 @@ export const OrgsCommand = cmd({
|
||||
|
||||
export const ConsoleCommand = cmd({
|
||||
command: "console",
|
||||
describe: "manage console account",
|
||||
describe: false,
|
||||
builder: (yargs) =>
|
||||
yargs
|
||||
.command({
|
||||
|
||||
Reference in New Issue
Block a user