Added new actors module boilerplate. Added tag posters.
This commit is contained in:
@@ -117,6 +117,11 @@ const { argv } = yargs
|
||||
type: 'boolean',
|
||||
default: true,
|
||||
})
|
||||
.option('media-limit', {
|
||||
describe: 'Maximum amount of assets of each type per release',
|
||||
type: 'number',
|
||||
default: config.media.limit,
|
||||
})
|
||||
.option('images', {
|
||||
describe: 'Include any photos, posters or covers',
|
||||
type: 'boolean',
|
||||
|
||||
Reference in New Issue
Block a user