ConfigArgParse
ConfigArgParse copied to clipboard
Change priority order
Is there any easy (configurable) way to configure the priority order?
In my own projects, I tend to have
command line > config files > env vars > defaults
instead of
command line > env vars > config files > defaults
There isn't currently a way to do this.