From 71b082aa989ed7499b2abd51d666d599144534c5 Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Tue, 17 Mar 2026 03:38:56 +0300 Subject: [PATCH] Update grab.ts --- scripts/commands/epg/grab.ts | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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(