We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-v
--version
1 parent 37c8573 commit 83cf2e2Copy full SHA for 83cf2e2
src/bin.ts
@@ -57,7 +57,7 @@ ${
57
["--bun", "Use bun to remove and install packages."],
58
["--verbose", "Show additional debugging information."],
59
["-h, --help", "Show this help text."],
60
- ["--version", "Print the version number."],
+ ["-v, --version", "Print the version number."],
61
])
62
}
63
@@ -119,7 +119,7 @@ if (args.length === 0) {
119
bun: { type: "boolean", default: false },
120
debug: { type: "boolean", default: false },
121
help: { type: "boolean", default: false, short: "h" },
122
- version: { type: "boolean", default: false },
+ version: { type: "boolean", default: false, short: "v" },
123
},
124
});
125
0 commit comments