Skip to content

Commit d5bd3b8

Browse files
MasterOdinagnivade
authored andcommitted
fix: make version short flag spec compliant
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
1 parent 6905454 commit d5bd3b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/tldr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const config = require('../lib/config');
77
const platform = require('../lib/platform');
88

99
program
10-
.version(pkg.version)
10+
.version(pkg.version, '-v, --version')
1111
.description(pkg.description)
1212
.usage('command [options]')
1313
//

0 commit comments

Comments
 (0)