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