Replies: 1 comment
-
There's no way to do that at present. We can see in the source that each status command is run without access to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Given the following Taskfile:
These are the two output scenarios:
$ task go task: [go] mkdir directory $ task go task: Task "go" is up to date
Notably, unlike other
cmds
specified in a task, the status commands are not printed to the screen. I find this surprising, because often the output is informative.Is there a way to ask task to display the output of status-check commands?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions