paulirish / git-open

Type `git open` to open the GitHub page or website for a repository in your browser.
MIT License
3.31k stars 247 forks source link

Implement single letter option flags #148

Open rec opened 5 years ago

rec commented 5 years ago

The documentation claims that single letter flags -c, -i and -p should work - but on my GNU bash, version 5.0.2(1)-release (x86_64-apple-darwin16.7.0), they do not, because they do not seem to be implemented.

I have only tested this branch on this one machine but the change seems fairly clear...

derimagia commented 4 years ago

I think git-sh-setup should be setting this. Were you using the latest version from this repo?

Can I have a sample command you are trying with the error message?