mirror of
https://github.com/iptv-org/epg
synced 2025-12-16 02:16:40 -05:00
Update grab.ts
This commit is contained in:
@@ -31,7 +31,7 @@ program
|
||||
'--days <days>',
|
||||
'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')
|
||||
)
|
||||
.addOption(
|
||||
|
||||
Reference in New Issue
Block a user