mirror of
https://fastgit.cc/https://github.com/anomalyco/opencode
synced 2026-04-23 02:13:48 +08: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