Skip to content

Commit 35c65a3

Browse files
philipodevdevongovett
authored andcommitted
added version option to command description (#147)
* added version option to command description * remove unneccessary descriptions
1 parent cf6902a commit 35c65a3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

bin/cli.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ program
2121
)
2222
.option('--no-hmr', 'disable hot module replacement')
2323
.option('--no-cache', 'disable the filesystem cache')
24+
.option('-V, --version', 'output the version number')
2425
.action(bundle);
2526

2627
program

0 commit comments

Comments
 (0)