bash-templater
bash-templater copied to clipboard
Feature request: Undefined variables should throw error
Like set -o nounset in Bash, we need an option to prevent from using undefined variables.
This is useful when we batch process a directory of templates. When configuration file changes, the uninitialized variable might go undetected.