Fix bug in CombinedConfig: need to allow for config values not defined in the possible CLI args.

This commit is contained in:
Jonathan Bernard
2019-02-18 16:06:10 -06:00
parent 8036af6bc8
commit e9351fbd9d
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# Package
version = "0.6.2"
version = "0.6.3"
author = "Jonathan Bernard"
description = "Helper functions for writing command line interfaces."
license = "MIT"