mirror of
https://github.com/iptv-org/epg
synced 2026-03-22 03:41:02 -04:00
Update grab.ts
This commit is contained in:
@@ -18,10 +18,9 @@ import path from 'path'
|
||||
|
||||
program
|
||||
.addOption(
|
||||
new Option(
|
||||
'-s, --sites <names>',
|
||||
'A comma-separated list of the site names to parse'
|
||||
).argParser(parseList)
|
||||
new Option('-s, --sites <names>', 'A comma-separated list of the sites to parse').argParser(
|
||||
parseList
|
||||
)
|
||||
)
|
||||
.addOption(
|
||||
new Option(
|
||||
|
||||
Reference in New Issue
Block a user