Add the ability to trace the provenance of config values.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Package
|
||||
|
||||
version = "0.11.1"
|
||||
version = "0.12.0"
|
||||
author = "Jonathan Bernard"
|
||||
description = "Helper functions for writing command line interfaces."
|
||||
license = "MIT"
|
||||
@@ -8,4 +8,4 @@ license = "MIT"
|
||||
|
||||
# Dependencies
|
||||
|
||||
requires @["nim >= 1.6.0", "docopt >= 0.6.8"]
|
||||
requires @["nim >= 1.6.0", "docopt >= 0.6.8", "regex", "identcasing"]
|
||||
|
||||
Reference in New Issue
Block a user