From 0af6d9ab86e2f6e1e75009e1ec7a593d362b4e33 Mon Sep 17 00:00:00 2001 From: evilebottnawi Date: Mon, 28 Dec 2020 19:40:09 +0300 Subject: [PATCH] fix: open option for CLI without arguments --- bin/cli-flags.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/cli-flags.js b/bin/cli-flags.js index 973cee7ae0..b48b95fbb3 100644 --- a/bin/cli-flags.js +++ b/bin/cli-flags.js @@ -62,7 +62,7 @@ module.exports = { }, { name: 'open', - type: String, + type: [String, Boolean], describe: 'Open the default browser, or optionally specify a browser name', },