Skip to content

Commit

Permalink
fix: open option for CLI without arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Dec 28, 2020
1 parent 4ab1f21 commit 0af6d9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/cli-flags.js
Expand Up @@ -62,7 +62,7 @@ module.exports = {
},
{
name: 'open',
type: String,
type: [String, Boolean],
describe:
'Open the default browser, or optionally specify a browser name',
},
Expand Down

0 comments on commit 0af6d9a

Please sign in to comment.