yargs / yargs-parser

:muscle: the mighty option parser used by yargs
http://yargs.js.org/
ISC License
493 stars 118 forks source link

Preserve casing with ENV #327

Open AnthonyWC opened 5 years ago

AnthonyWC commented 5 years ago

From the API page API page

With .env([prefix]), the environment variable casing is converted from upper case to lower; is there an option to preservice upper casing?

bcoe commented 4 years ago

@AnthonyWC there is not an option for this. I could imagine us adding this as a configuration option to yargs-parser.