ConfigArgParse icon indicating copy to clipboard operation
ConfigArgParse copied to clipboard

Add option to disable commandline params for config file

Open mathisloevenich opened this issue 4 years ago • 1 comments

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.

mathisloevenich avatar Oct 29 '21 09:10 mathisloevenich

I've proposed a way this could be implemented with a small change to the way parser subclassing works. See scenario 1 at:

https://github.com/tbooth/ConfigArgParse/blob/devel/tests/test_config_parser_subclasses.py

tbooth avatar Apr 23 '25 11:04 tbooth