From 9b352607d78bf2bbe07fd358ada3ce3c56d3fc29 Mon Sep 17 00:00:00 2001 From: michaelcurrin Date: Sun, 17 May 2020 20:56:45 +0200 Subject: [PATCH] fix: Allow config flag to take a parameter --- lib/cli.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cli.js b/lib/cli.js index 777a4a3..81e23f0 100644 --- a/lib/cli.js +++ b/lib/cli.js @@ -94,7 +94,7 @@ require('yargs') alias: 'c', default: false, desc: chalk.gray(y18n.__('start.config')), - nargs: 0, + nargs: 1, requiresArg: false, type: 'string' },