Added associate tags and associate series arguments.
This commit is contained in:
12
src/argv.js
12
src/argv.js
@@ -101,7 +101,17 @@ const { argv } = yargs
|
||||
default: false,
|
||||
})
|
||||
.option('associate-actors', {
|
||||
describe: 'Associate scene actors',
|
||||
describe: 'Associate scene actors and directors',
|
||||
type: 'boolean',
|
||||
default: true,
|
||||
})
|
||||
.option('associate-tags', {
|
||||
describe: 'Associate scene tags',
|
||||
type: 'boolean',
|
||||
default: true,
|
||||
})
|
||||
.option('associate-series', {
|
||||
describe: 'Associate scene series',
|
||||
type: 'boolean',
|
||||
default: true,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user