Added argument to disable actor association.
This commit is contained in:
@@ -100,6 +100,11 @@ const { argv } = yargs
|
||||
type: 'boolean',
|
||||
default: false,
|
||||
})
|
||||
.option('associate-actors', {
|
||||
describe: 'Associate scene actors',
|
||||
type: 'boolean',
|
||||
default: true,
|
||||
})
|
||||
.option('scene', {
|
||||
describe: 'Scrape scene info from URL',
|
||||
type: 'array',
|
||||
|
||||
Reference in New Issue
Block a user