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.
--version
1 parent dec33cb commit 6a61d5dCopy full SHA for 6a61d5d
packages/cli/src/index.ts
@@ -15,7 +15,7 @@ const pkgJson = require('../package.json');
15
16
const program = new CommanderCommand()
17
.usage('[command] [options]')
18
- .version(pkgJson.version, '-v', 'Output the current version')
+ .version(pkgJson.version, '-v --version', 'Output the current version')
19
.enablePositionalOptions();
20
21
const handleError = (err: Error) => {
0 commit comments