Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: Ignore case #36

Open
NickBolles opened this issue Feb 16, 2020 · 0 comments
Open

Feat: Ignore case #36

NickBolles opened this issue Feb 16, 2020 · 0 comments

Comments

@NickBolles
Copy link
Contributor

I was confused by the lowercase option because I thought it would match something like NODEENV env var to nodeEnv class member. It makes sense now that it's meant for env vars like NODEENV (or some mixture like NodeEnv to map to a class member named nodeenv

Even just an example would be more helpful, but adding another option to normalize the capitalization of both the env var and the class member would be helpful I think. then I can have class members that are in camel case (nodeEnv) and also have mixed case for env vars. Having the exact capitalization is a little tedious.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant