Add missing arg type

This commit is contained in:
ahocevar
2019-03-24 21:24:30 +01:00
parent 681a8f1d9c
commit 3d2711d35e

View File

@@ -313,6 +313,7 @@ if (require.main === module) {
const options = yargs. const options = yargs.
option('fix', { option('fix', {
describe: 'Accept all screenshots as accepted', describe: 'Accept all screenshots as accepted',
type: 'boolean',
default: false default: false
}). }).
option('host', { option('host', {