mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 13:54:01 +00:00
fix(cli): hide console command from help output (#17277)
This commit is contained in:
parent
96b1d8f639
commit
092f654f63
@ -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…
x
Reference in New Issue
Block a user