Added profile flush.

This commit is contained in:
DebaucheryLibrarian
2020-12-30 02:23:43 +01:00
parent cdc963c42c
commit af67d733ad
11 changed files with 123 additions and 23 deletions

View File

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