forked from DebaucheryLibrarian/traxxx
Removed no-date-limit as argument due yargs conflict.
This commit is contained in:
parent
3e303e4b10
commit
d795266114
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue