Removed no-date-limit as argument due yargs conflict.

This commit is contained in:
DebaucheryLibrarian 2020-10-20 00:08:14 +02:00
parent 3e303e4b10
commit d795266114
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ const { argv } = yargs
describe: 'Limit amount of scenes when dates are missing.',
type: 'number',
default: config.noDateLimit,
alias: ['no-date-limit', 'null-date-limit', 'limit'],
alias: ['null-date-limit', 'limit'],
})
.option('page', {
describe: 'Page to start scraping at',