-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(config): fix order of precedence in option processing
Default values were overriding values set at higher levels of precedence, namely command line args (which have the highest precedence!). Patch includes specific tests cases, which could be expanded to include ini and keyring sources of config options. (The tests only cover defaults, env, and command line sources of config params.)
- Loading branch information
1 parent
f97cac0
commit f3ae5c3
Showing
2 changed files
with
77 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters