Feature: prov-template: option to strip out unbound variables
dtm opened this issue · 1 comments
dtm commented
For some templates it would be useful if statements with unbound variables were stripped out.
Some options:
- allow the caller to configure the expander to strip out unbound variables
- an option specified within the template
Issue #97 maybe also relevant here.
lucmoreau commented
0.7.2 has now some support with this with option -allexpanded and return code if some variable are not expanded.
Do we want more?