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