Added profile interpolate command line argument.
This commit is contained in:
@@ -248,6 +248,11 @@ const { argv } = yargs
|
||||
type: 'boolean',
|
||||
default: false,
|
||||
})
|
||||
.option('interpolate-profiles', {
|
||||
describe: 'Interpolate actor profiles',
|
||||
type: 'array',
|
||||
alias: 'interpolate',
|
||||
})
|
||||
.option('flush-orphaned-media', {
|
||||
describe: 'Remove all orphaned media items from database and disk.',
|
||||
type: 'array',
|
||||
|
||||
Reference in New Issue
Block a user