Added profile interpolate command line argument.

This commit is contained in:
DebaucheryLibrarian
2020-12-30 00:16:05 +01:00
parent 71e76e359a
commit 770e5b75a5
3 changed files with 22 additions and 3 deletions

View File

@@ -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',