Changed scene fetch title source for BlowPass scraper.

This commit is contained in:
2019-04-10 04:44:36 +02:00
parent 52fca94b22
commit 82419be402
5 changed files with 28 additions and 2 deletions

View File

@@ -39,6 +39,10 @@ const { argv } = yargs
type: 'boolean',
alias: 'c',
})
.option('filename', {
describe: 'Only output the suggested filename of a scene',
type: 'boolean',
})
.option('debug', {
describe: 'Show error stack traces',
type: 'boolean',