Skip to content

Commit

Permalink
add CLI option --without for #57
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed Jun 25, 2017
1 parent e7fedce commit 5178425
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/cli-options.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ var program = optimist
description: 'checks specific module(s), can include version name@version',
default: null
})
.options('without', {
string: true,
alias: 'w',
description: 'skip checking this module(s)',
default: null
})
.option('latest', {
boolean: true,
alias: 'l',
Expand Down

0 comments on commit 5178425

Please sign in to comment.