Skip to content

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?