Increased hard limit in release API.

This commit is contained in:
DebaucheryLibrarian
2020-11-26 04:01:01 +01:00
parent 0b86def315
commit 1b407254a7
3 changed files with 5 additions and 5 deletions

View File

@@ -69,10 +69,10 @@ const { argv } = yargs
default: false,
alias: 'actor-scenes',
})
.option('actors-sources', {
.option('actor-sources', {
describe: 'Use these scrapers for actor data',
type: 'array',
alias: 'source',
alias: ['actor-source', 'profile-sources', 'profile-source', 'source'],
})
.option('movie-scenes', {
describe: 'Fetch all scenes for a movie',