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', },