We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2b2779f + 680a139 commit 1e1c5d1Copy full SHA for 1e1c5d1
cli.js
@@ -9,6 +9,7 @@ const pkg = require('./package.json');
9
updateNotifier({ pkg }).notify();
10
11
program
12
+ .version(pkg.version)
13
.usage(command.usage)
14
.description(command.description)
15
.action(function runAction () {
0 commit comments