summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgrabner <pjg.github@ubergrabner.net>2016-12-14 14:14:03 -0500
committergrabner <pjg.github@ubergrabner.net>2016-12-14 14:14:03 -0500
commit17eeaa57156694aaad1e1f536204a1c58920dcb3 (patch)
tree0ad0f760e785bdb8fcaf5c8e47685658c7dc6ef3
parent3181a89236c928fe7eb9da78767e5957e84ca5cc (diff)
downloadiniherit-17eeaa57156694aaad1e1f536204a1c58920dcb3.tar.gz
added todo re better tokenization of ENV and SUPER expansions
-rw-r--r--TODO.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/TODO.txt b/TODO.txt
index cc9c30e..b162201 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -7,3 +7,11 @@
* Implement `write`... this could be done by tracking which config
items are "dirty", and only saving those to the base INI...
+
+* Allow ENV and SUPER default values to have special characters, e.g.:
+
+ %(ENV:VARNAME:-%(defval)s)s
+
+ or
+
+ %(ENV:VARNAME:-%(defval\)s)s