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
Output the name of missing required variable(s) when they're missing, instead of just "error calling required: variable not provided to template".
--- project: test-project tasks: test-task: cmd: echo {{.MISSING_VARIABLE}}
$ m test-task • test-project/test-task: Running • test-project/test-task: Failed, Took: 901.515µs ⨯ error error=error running command: test-project/test-task: template: test:1:25: executing "test" at <required>: error calling required: variable not provided to template
I'll see if I've got some time for that this week, but feel free to take it if you want.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Output the name of missing required variable(s) when they're missing, instead of just "error calling required: variable not provided to template".
I'll see if I've got some time for that this week, but feel free to take it if you want.
The text was updated successfully, but these errors were encountered: