1
0
Fork 0

fix: list modes in help

This commit is contained in:
ssube 2019-06-17 08:13:39 -05:00
parent 721f85f606
commit 1f1faf8b1b
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ const MAIN_ARGS = usage(`Usage: $0 <mode> [options]`)
})
.option('mode', {
alias: ['m'],
choices: ['check', 'fix'],
default: 'check',
type: 'string',
})