You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently trying to switch from Taskfile to mise task and I avery happy with all those benefits that mise task offers.
But I think it should be possible to have more configuration settings for the task output. Currently task_output controls both the verbosity and the prefixing of the output. But I would like to have both a quiet AND prefixed output. With the current setting this is not possible as setting task_output = "quiet" will disable the task output prefixing.
Would it be possible to split this setting into two or even more options so multiple combinations would be possible. Also it would be nice to be able to be able to configure these output settings on task level (besides the already available quiet setting on task level).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am currently trying to switch from Taskfile to mise task and I avery happy with all those benefits that mise task offers.
But I think it should be possible to have more configuration settings for the task output. Currently task_output controls both the verbosity and the prefixing of the output. But I would like to have both a quiet AND prefixed output. With the current setting this is not possible as setting
task_output = "quiet"
will disable the task output prefixing.Would it be possible to split this setting into two or even more options so multiple combinations would be possible. Also it would be nice to be able to be able to configure these output settings on task level (besides the already available quiet setting on task level).
Beta Was this translation helpful? Give feedback.
All reactions