Skip to content

Commit

Permalink
added version option to command description (#147)
Browse files Browse the repository at this point in the history
* added version option to command description

* remove unneccessary descriptions
  • Loading branch information
philipodev authored and devongovett committed Dec 11, 2017
1 parent cf6902a commit 35c65a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ program
)
.option('--no-hmr', 'disable hot module replacement')
.option('--no-cache', 'disable the filesystem cache')
.option('-V, --version', 'output the version number')
.action(bundle);

program
Expand Down

0 comments on commit 35c65a3

Please sign in to comment.