ingydotnet / git-hub

Do GitHub operations from the `git` command
MIT License
794 stars 62 forks source link

git-hub doesn't respect GIT_HUB_{USER,OWNER,ORG,REPO}_NAME #239

Open felliott opened 7 years ago

felliott commented 7 years ago

Hey @ingydotnet!

I'm not sure if this is doc bug or regular bug, but the Override environment variables mentioned in the Arguments section of ReadMe.pod don't appear to be used by any command except git hub info. e.g. running GIT_HUB_OWNER_NAME=felliott git hub pr-list in my local clone of this repo still fetches the prs for ingydotnet/git-hub.

Cheers, Fitz