mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-15 03:03:22 +00:00
fix(cli): hide console command from help output (#17277)
This commit is contained in:
parent
96b1d8f639
commit
092f654f63
1 changed files with 1 additions and 1 deletions
|
|
@ -195,7 +195,7 @@ export const OrgsCommand = cmd({
|
|||
|
||||
export const ConsoleCommand = cmd({
|
||||
command: "console",
|
||||
describe: "manage console account",
|
||||
describe: false,
|
||||
builder: (yargs) =>
|
||||
yargs
|
||||
.command({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue