mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-09 16:40:07 -04:00
Update channels.js
This commit is contained in:
parent
50ad899884
commit
91967081cc
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue