Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjohnsonpint committed Oct 24, 2024
1 parent 4690f5d commit 4bc7ea1
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion cli/src/commands/build/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default class BuildCommand extends Command {
description: "Show help message",
}),
"no-logo": Flags.boolean({
aliases: ["no-logo"],
aliases: ["nologo"],
hidden: true,
}),
};
Expand Down
2 changes: 1 addition & 1 deletion cli/src/commands/dev/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default class DevCommand extends Command {
description: "Show help message",
}),
"no-logo": Flags.boolean({
aliases: ["no-logo"],
aliases: ["nologo"],
hidden: true,
}),
runtime: Flags.string({
Expand Down
2 changes: 1 addition & 1 deletion cli/src/commands/info/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default class InfoCommand extends Command {
description: "Show help message",
}),
"no-logo": Flags.boolean({
aliases: ["no-logo"],
aliases: ["nologo"],
hidden: true,
}),
};
Expand Down
2 changes: 1 addition & 1 deletion cli/src/commands/new/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default class NewCommand extends Command {
description: "Show help message",
}),
"no-logo": Flags.boolean({
aliases: ["no-logo"],
aliases: ["nologo"],
hidden: true,
}),
name: Flags.string({
Expand Down
2 changes: 1 addition & 1 deletion cli/src/commands/runtime/install/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default class RuntimeInstallCommand extends Command {
description: "Show help message",
}),
"no-logo": Flags.boolean({
aliases: ["no-logo"],
aliases: ["nologo"],
hidden: true,
}),
force: Flags.boolean({
Expand Down
2 changes: 1 addition & 1 deletion cli/src/commands/runtime/list/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default class RuntimeListCommand extends Command {
description: "Show help message",
}),
"no-logo": Flags.boolean({
aliases: ["no-logo"],
aliases: ["nologo"],
hidden: true,
}),
};
Expand Down
2 changes: 1 addition & 1 deletion cli/src/commands/sdk/install/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default class SDKInstallCommand extends Command {
description: "Show help message",
}),
"no-logo": Flags.boolean({
aliases: ["no-logo"],
aliases: ["nologo"],
hidden: true,
}),
force: Flags.boolean({
Expand Down
2 changes: 1 addition & 1 deletion cli/src/commands/sdk/list/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default class SDKListCommand extends Command {
description: "Show help message",
}),
"no-logo": Flags.boolean({
aliases: ["no-logo"],
aliases: ["nologo"],
hidden: true,
}),
};
Expand Down

0 comments on commit 4bc7ea1

Please sign in to comment.