Add the ability to trace the provenance of config values.

This commit is contained in:
2026-04-13 10:46:43 -05:00
parent 8e381d15d0
commit fccaf54dc5
2 changed files with 116 additions and 27 deletions

View File

@@ -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"]