We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--missing error
Missing vars in included file does not rise error with --missing error.
--missing error.
$ more a.in b.in | cat :::::::::::::: a.in :::::::::::::: {{- include "b.in" -}} :::::::::::::: b.in :::::::::::::: var1={{.var1}} $ frep --no-sys-env --missing error --overwrite b.in:b.out fatal: render template error, caused: template: b.in:1:7: executing "b.in" at <.var1>: map has no entry for key "var1" $ frep --no-sys-env --missing error --overwrite a.in:a.out $ cat a.out var1=<no value> $
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Missing vars in included file does not rise error with
--missing error.
The text was updated successfully, but these errors were encountered: