From 2a658185d3d8bcf474d0fa22ab29bcff4a675700 Mon Sep 17 00:00:00 2001 From: theofficialomega <30985701+BellezaEmporium@users.noreply.github.com> Date: Sat, 26 Jul 2025 18:48:23 +0200 Subject: [PATCH] patch. --- scripts/commands/channels/validate.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/commands/channels/validate.ts b/scripts/commands/channels/validate.ts index 43af23e5..358e1168 100644 --- a/scripts/commands/channels/validate.ts +++ b/scripts/commands/channels/validate.ts @@ -9,7 +9,7 @@ import { program } from 'commander' import chalk from 'chalk' import langs from 'langs' -program.argument('[filepath]', 'Path to *.channels.xml files to validate').parse(process.argv) +program.argument('[filepath...]', 'Path to *.channels.xml files to validate').parse(process.argv) type ValidationError = { type: 'duplicate' | 'wrong_channel_id' | 'wrong_feed_id' | 'wrong_lang'