-
Couldn't load subscription status.
- Fork 423
Open
Labels
Description
I may be missing something obvious, but is there a way to error out if a variable substitution is blank?
I guess there's two approaches:
- inside the body of a predicate. seems simple enough though is probably verbose.
- if there is even one unfulfilled replacement, then error out.
I think this:
https://golang.org/pkg/text/template/#Template.Option
handles option 2 but would require a change in the dockerize args parsing and template handling.