mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-26 10:34:47 +00: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({
|
export const ConsoleCommand = cmd({
|
||||||
command: "console",
|
command: "console",
|
||||||
describe: "manage console account",
|
describe: false,
|
||||||
builder: (yargs) =>
|
builder: (yargs) =>
|
||||||
yargs
|
yargs
|
||||||
.command({
|
.command({
|
||||||
|
|||||||
Reference in New Issue
Block a user