This commit is contained in:
theofficialomega
2025-07-26 18:48:23 +02:00
parent 22bfc8387c
commit 2a658185d3

View File

@@ -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'