ConfigArgParse icon indicating copy to clipboard operation
ConfigArgParse copied to clipboard

help option should not be configurable through config files or environment variables

Open SimplicityGuy opened this issue 9 years ago • 1 comments

It's a bit pointless to set -h in a config file or in an environment variable. This parameter should explicitly be banned (e.g. prevented from being read) from being set in either a config file or environment variable. Also, the help text for it should not list the environment variable name.

SimplicityGuy avatar Feb 14 '16 05:02 SimplicityGuy

A pull request would be appreciated.

bw2 avatar Sep 05 '16 00:09 bw2