Added profile flush.
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user