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've actually never thought about this, but why are we showing the headers of delegating tasks when we're explicitly only show delegating tasks with verbose verbosity?
Proposed change:
I think that we shouldn't show the heading (which does not convey any meaning since they're only delegating) on normal verbosity. The more I think about it, I don't see a good reason to show the headings at all, except perhaps on diagnostic verbosity.
We should however consider displaying the delegating tasks in the summary view on normal verbosity and hide the headings. The delegating tasks in the summary view would be gray like on verbose verbosity.
If we consider the following script, that has one task that does something (
Default
) and two delegating tasks that doesn't have any actions:If I run this with
normal
verbosity, I get the following output.I've actually never thought about this, but why are we showing the headers of delegating tasks when we're explicitly only show delegating tasks with
verbose
verbosity?Proposed change:
I think that we shouldn't show the heading (which does not convey any meaning since they're only delegating) on normal verbosity. The more I think about it, I don't see a good reason to show the headings at all, except perhaps on
diagnostic
verbosity.We should however consider displaying the delegating tasks in the summary view on
normal
verbosity and hide the headings. The delegating tasks in the summary view would be gray like onverbose
verbosity.The text was updated successfully, but these errors were encountered: