fixed cli option parsing (fixes #1076, fixes #1031)

This commit is contained in:
Eugene Pankov 2019-06-20 11:56:59 +02:00
parent 76b81f8605
commit c180f3faff

View File

@ -41,6 +41,5 @@ export function parseArgs (argv, cwd) {
type: 'boolean'
})
.help('help')
.strict()
.parse(argv.slice(1))
}