bash-templater icon indicating copy to clipboard operation
bash-templater copied to clipboard

Feature request: Undefined variables should throw error

Open ceremcem opened this issue 4 years ago • 0 comments

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.

ceremcem avatar Dec 25 '20 05:12 ceremcem