bw2 / ConfigArgParse

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

Move config file text to end of help output (#207). #208

Closed dbrnz closed 3 years ago

bw2 commented 3 years ago

Sorry, had to revert this since unittests stopped working: https://travis-ci.org/github/bw2/ConfigArgParse/builds/759157985

If you'd like to resubmit, please makes sure you can successfully run python -m unittest tests.test_configargparse python3 -m unittest tests.test_configargparse