Skip to content

Commit

Permalink
update yargs; closes #3742
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull committed Mar 6, 2019
1 parent b27bc60 commit 9d6b09b
Show file tree
Hide file tree
Showing 3 changed files with 177 additions and 107 deletions.
5 changes: 5 additions & 0 deletions lib/cli/cli.js
Expand Up @@ -59,6 +59,11 @@ exports.main = (argv = process.argv.slice(2)) => {
Docs: ${ansi.yellow(homepage)}
`
)
.parserConfiguration({
'combine-arrays': true,
'short-option-groups': false,
'dot-notation': false
})
.parse(argv, loadOptions(argv));
};

Expand Down

0 comments on commit 9d6b09b

Please sign in to comment.