namsral/flag

lowercase environment variables

matteosuppo opened this issue · 1 comments

In our use case we have to deal with lowercase environment variables, such as http_proxy, used also by wget.

It would be great to have a global option to parse lowercase environment variables. Something like

flag.UseLowercase = true

I can make a Pull Request myself if you agree