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

add README docs for ConfigparseConfigFileParser class #176

Closed josephcarmack closed 4 years ago

josephcarmack commented 4 years ago

added to the docs per your request in #172 and fixed a minor bug related to parsing multi-line strings.

bw2 commented 4 years ago

Great! thank you