make outputFolder as string type

This commit is contained in:
agupt13 2018-04-16 21:49:32 -07:00 committed by Tobias Lidskog
parent 78efeb8609
commit b77bfe1256
1 changed files with 2 additions and 1 deletions

View File

@ -720,7 +720,8 @@ module.exports.parseCommandLine = function parseCommandLine() {
type: 'boolean'
})
.option('outputFolder', {
describe: 'The folder where the result will be stored.'
describe: 'The folder where the result will be stored.',
type: 'string'
})
.option('firstParty', {
describe: