bw2 / ConfigArgParse

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

Fix reading from config file of argparse.boolean optional action #248

Closed ftesser closed 2 years ago

ftesser commented 2 years ago

This fix the reading from config file of argparse.boolean optional action (see #245).

ftesser commented 2 years ago

Hello @bw2, what do you think about my PR? I am using this implementation in my projects and I will like to have it in the basecode. Let me know. Thanks!

bw2 commented 2 years ago

Thanks for the PR @ftesser !