mirror of
https://github.com/iptv-org/epg
synced 2025-12-16 10:26:41 -05:00
Update channels.js
This commit is contained in:
@@ -6,7 +6,7 @@ const { json2xml } = require('./utils')
|
||||
const program = new Command()
|
||||
program
|
||||
.requiredOption('-c, --config <config>', 'Config file')
|
||||
.option('-s, --set [args...]', 'Set custom arguments')
|
||||
.option('-s, --set [args...]', 'Set custom arguments', [])
|
||||
.option('-o, --output <output>', 'Output file')
|
||||
.parse(process.argv)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user