Skip to content

Commit

Permalink
simplify cli help creation
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Jun 19, 2015
1 parent 49a7090 commit 1d430a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli.js
Expand Up @@ -17,7 +17,7 @@ var cli = meow({
'Options',
' --all Get all names instead of a random name',
' --type Type of name: female|male|all Default: all'
].join('\n')
]
});

var type = cli.flags.type || 'all';
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -43,7 +43,7 @@
"male"
],
"dependencies": {
"meow": "^3.0.0",
"meow": "^3.3.0",
"unique-random-array": "^1.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 1d430a4

Please sign in to comment.