Skip to content

Commit

Permalink
fix #26, make all target arguments as string
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswong committed Nov 26, 2014
1 parent 92c75e9 commit 075299b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ exports.parse = function () {
process.argv.slice(2),
{
'boolean': ['color', 'debug', 'help', 'lookup', 'rule', 'safe', 'silent', 'sort', 'stream', 'version'],
'string': ['_'],
'default': {
color: true,
debug: false,
Expand Down

0 comments on commit 075299b

Please sign in to comment.