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

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({