node-gh / gh

(DEPRECATED) GitHub CLI made with NodeJS. Use the official https://cli.github.com/ instead.
http://nodegh.io
Other
1.71k stars 217 forks source link

browser option ignored on repo create #444

Closed codefoster closed 6 years ago

codefoster commented 8 years ago

The command "gh re --new myreponame --browser false" does not actually surpress the browser from launching.

pixelastic commented 8 years ago

Same here. I tried --browser=0 and --browser 0 as well, but the browser is still fired.

johnmhoran commented 7 years ago

Just tried "gh re --new myreponame --browser false" -- now seems to be working as expected.