Add missing arg type
This commit is contained in:
@@ -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', {
|
||||||
|
|||||||
Reference in New Issue
Block a user