diff --git a/scripts/channels.js b/scripts/channels.js index aa0c2574..25cb6268 100644 --- a/scripts/channels.js +++ b/scripts/channels.js @@ -6,7 +6,7 @@ const { json2xml } = require('./utils') const program = new Command() program .requiredOption('-c, --config ', 'Config file') - .option('-s, --set [args...]', 'Set custom arguments') + .option('-s, --set [args...]', 'Set custom arguments', []) .option('-o, --output ', 'Output file') .parse(process.argv)