Added actor flush.

This commit is contained in:
DebaucheryLibrarian
2020-12-30 03:19:09 +01:00
parent af67d733ad
commit 8aabcd6443
4 changed files with 68 additions and 26 deletions

View File

@@ -268,10 +268,15 @@ const { argv } = yargs
type: 'array',
alias: 'flush-network',
})
.option('flush-actors', {
describe: 'Delete actors with profiles and scenes.',
type: 'array',
alias: 'flush-actor',
})
.option('flush-profiles', {
describe: 'Delete all profiles for an actor.',
type: 'array',
alias: ['flush-profile', 'flush-actors', 'flush-actor'],
alias: 'flush-profile',
})
.option('flush-batches', {
describe: 'Delete all scenes and movies from batch by ID.',