Skip to content

Commit

Permalink
Don't list --no-recursive separately now that it's the default
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed Oct 22, 2019
1 parent d5a1e12 commit e5d0b70
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/parseCommandLineOptions.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,6 @@ module.exports = function parseCommandLineOptions(argv) {
type: 'boolean',
default: false
})
.options('no-recursive', {
describe: 'Do not crawl recursively. Opposite of --recursive option.',
type: 'boolean',
default: false
})
.options('silent', {
alias: 's',
describe: `Do not write anything to stdout`,
Expand Down

0 comments on commit e5d0b70

Please sign in to comment.