flag
flag copied to clipboard
lowercase environment variables
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
+1