Added separate force media argument.

This commit is contained in:
DebaucheryLibrarian
2023-07-02 21:06:38 +02:00
parent a858b2409a
commit 61c84e18e4
4 changed files with 30 additions and 11 deletions

View File

@@ -142,6 +142,11 @@ const { argv } = yargs
type: 'boolean',
alias: 'redownload',
})
.option('force-media', {
describe: 'Force existing media to be redownloaded.',
type: 'boolean',
default: false,
})
.option('after', {
describe: 'Don\'t fetch scenes older than',
type: 'string',