fix(cli): hide console command from help output (#17277)

This commit is contained in:
Kit Langton 2026-03-12 22:22:16 -04:00 committed by GitHub
parent 96b1d8f639
commit 092f654f63
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -195,7 +195,7 @@ export const OrgsCommand = cmd({
export const ConsoleCommand = cmd({
command: "console",
describe: "manage console account",
describe: false,
builder: (yargs) =>
yargs
.command({