Replies: 1 comment 1 reply
-
This is an interesting (and unintended) side-effect of the way that |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I use
{{.CLI_ARGS}}
and other variables a lot in order to compose tasks while retaining the ability to run parent tasks with custom arguments.Sometimes a task will call another task multiple times with different variables. I use
for
loops now and then too.But when displaying the summary, the variables are not shown in the commands list. For example:
results in
Knowing that this tasks call the tasks for
pg_dump
four times is not very useful.Am I composing my tasks wrong?
Or should there be some way of printing more context about the commands being called?
Beta Was this translation helpful? Give feedback.
All reactions