Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
c4spar committed Sep 26, 2024
1 parent 837317b commit 4c9ce6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command/upgrade/upgrade_command.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export class UpgradeCommand extends Command {
"-v, --verbose",
"Log verbose output.",
)
.option("--no-spinner", "Disable spinner.", { hidden: true })
.option("--no-spinner", "Disable spinner.")
.complete("version", () => this.getAllVersions())
.action(
async (
Expand Down

0 comments on commit 4c9ce6c

Please sign in to comment.