mirror of
https://github.com/iptv-org/epg
synced 2025-12-18 03:16:53 -05:00
Update grab.ts
This commit is contained in:
@@ -31,7 +31,7 @@ program
|
|||||||
'--days <days>',
|
'--days <days>',
|
||||||
'Override the number of days for which the program will be loaded (defaults to the value from the site config)'
|
'Override the number of days for which the program will be loaded (defaults to the value from the site config)'
|
||||||
)
|
)
|
||||||
.argParser(value => parseInt(value))
|
.argParser(value => (value !== undefined ? parseInt(value) : undefined))
|
||||||
.env('DAYS')
|
.env('DAYS')
|
||||||
)
|
)
|
||||||
.addOption(
|
.addOption(
|
||||||
|
|||||||
Reference in New Issue
Block a user