Add --delay parameter
This commit is contained in:
parent
0d8c6c536c
commit
5ae4e9f85e
|
@ -12,6 +12,7 @@ program
|
||||||
.option('-e, --exclude <exclude>', 'Comma-separated list of country codes to be excluded ')
|
.option('-e, --exclude <exclude>', 'Comma-separated list of country codes to be excluded ')
|
||||||
.option('--epg', 'Turn on EPG parser')
|
.option('--epg', 'Turn on EPG parser')
|
||||||
.option('--resolution', 'Turn on resolution parser')
|
.option('--resolution', 'Turn on resolution parser')
|
||||||
|
.option('--delay <delay>', 'Delay between parser requests', 0)
|
||||||
.parse(process.argv)
|
.parse(process.argv)
|
||||||
|
|
||||||
const config = program.opts()
|
const config = program.opts()
|
||||||
|
|
Loading…
Reference in New Issue