diff --git a/scripts/commands/epg/grab.ts b/scripts/commands/epg/grab.ts index f3b105dc..496f95e5 100644 --- a/scripts/commands/epg/grab.ts +++ b/scripts/commands/epg/grab.ts @@ -18,10 +18,9 @@ import path from 'path' program .addOption( - new Option( - '-s, --sites ', - 'A comma-separated list of the site names to parse' - ).argParser(parseList) + new Option('-s, --sites ', 'A comma-separated list of the sites to parse').argParser( + parseList + ) ) .addOption( new Option(