Add missing -v switch with default value

This commit is contained in:
Garrett Robinson 2018-03-14 13:30:56 -07:00
parent 73f8d69fb2
commit 1119393c46

View File

@ -75,6 +75,7 @@ program
program
.command('test <suite>')
.option('--v [log_level]', 'set log level to [log_level]', parseInt, '0')
.action(test)
program