From 91967081cc443d929f8e128de9573d6ff16701a5 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Wed, 17 Nov 2021 16:09:24 +0300 Subject: [PATCH] Update channels.js --- scripts/channels.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)