Skip to content

Commit

Permalink
fix: list modes in help
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Jun 17, 2019
1 parent 721f85f commit 1f1faf8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Expand Up @@ -46,6 +46,7 @@ const MAIN_ARGS = usage(`Usage: $0 <mode> [options]`)
})
.option('mode', {
alias: ['m'],
choices: ['check', 'fix'],
default: 'check',
type: 'string',
})
Expand Down

0 comments on commit 1f1faf8

Please sign in to comment.