Consider value substitution
Add a feature that allows value substitution via format strings e.g.
DOMAIN=example.org
NAME="Petr"
EMAIL="{{NAME}}@{{DOMAIN}}"
Open questions:
- How to deal with lists?
Add a feature that allows value substitution via format strings e.g.
DOMAIN=example.org
NAME="Petr"
EMAIL="{{NAME}}@{{DOMAIN}}"
Open questions: