Add missing -v switch with default value
This commit is contained in:
parent
73f8d69fb2
commit
1119393c46
@ -75,6 +75,7 @@ program
|
||||
|
||||
program
|
||||
.command('test <suite>')
|
||||
.option('--v [log_level]', 'set log level to [log_level]', parseInt, '0')
|
||||
.action(test)
|
||||
|
||||
program
|
||||
|
Loading…
x
Reference in New Issue
Block a user