Added movie flush.

This commit is contained in:
DebaucheryLibrarian
2021-02-05 04:14:13 +01:00
parent a95a159978
commit 80fa953f60
2 changed files with 39 additions and 9 deletions

View File

@@ -287,6 +287,10 @@ const { argv } = yargs
describe: 'Remove all scenes.',
type: 'boolean',
})
.option('flush-movies', {
describe: 'Remove all movies.',
type: 'boolean',
})
.option('delete-scenes', {
describe: 'Remove scenes by ID.',
type: 'array',