make outputFolder as string type
This commit is contained in:
parent
78efeb8609
commit
b77bfe1256
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue