mirror of
https://github.com/iptv-org/epg
synced 2025-12-16 10:26:41 -05:00
patch.
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user