Skip to content

Commit

Permalink
parse int fix for cli args
Browse files Browse the repository at this point in the history
  • Loading branch information
gratcliff committed Jul 16, 2019
1 parent f112ea1 commit d5997b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rdme.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
require('colors');

const parseArgs = require('minimist')(process.argv.slice(2), {
string: 'version',
alias: {
// Allows --version, -v, -V
v: 'version',
Expand Down

0 comments on commit d5997b9

Please sign in to comment.