kelseyhightower / envconfig

Golang library for managing configuration data from environment variables
MIT License
5.01k stars 377 forks source link

Add option to set split_words:true globally #191

Open ndrewnee opened 3 years ago

ndrewnee commented 3 years ago

Closes https://github.com/kelseyhightower/envconfig/issues/190

vietvudanh commented 3 years ago

Any chance this will be merged? Adding split_words:true everywhere is kind of ridiculous.

take commented 2 years ago

@kelseyhightower Hi can you look into this PR? 👀 Thanks!

ananthb commented 2 years ago

Also @ndrewnee would you mind adding a MustProcessWithOptions func too?

ndrewnee commented 2 years ago

Also @ndrewnee would you mind adding a MustProcessWithOptions func too?

I already added it here

ananthb commented 2 years ago

Missed it. My bad!

abhishp commented 2 years ago

@kelseyhightower any idea if this PR would be merged?