bw2 / ConfigArgParse

A drop-in replacement for argparse that allows options to also be set via config files and/or environment variables.
MIT License
722 stars 121 forks source link

Support choosing specific config section #232

Closed tristanlatr closed 3 years ago

tristanlatr commented 3 years ago

Fixes #227 .

I've fixed #227, I hope this PR can be merged (It's tested!). I suspect this is feature that will be used as more and more tools tends to integrate to standard configuration files such as setup.cfg.

Thanks.