Added associate tags and associate series arguments.

This commit is contained in:
DebaucheryLibrarian
2026-02-03 05:51:35 +01:00
parent fd205aed88
commit b481ded6b3
2 changed files with 21 additions and 6 deletions

View File

@@ -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,
})