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

Add option to disable commandline params for config file #256

Open mathisloevenich opened 2 years ago

mathisloevenich commented 2 years ago

Some commandline parameters should be disabled.

In my case I want to have a verbose mode, which should one be activated via the command line.