-
-
Notifications
You must be signed in to change notification settings - Fork 763
Closed as not planned
Labels
area: formattingChanges related to output and formatting.Changes related to output and formatting.
Description
Description
I would love to have the ability to have some tasks not show up in the task list-all, but still be usable as a task.
internal: true filters them from the tasks list, but also makes it impossible to run them directly.
tasks:
go:
internal: true # keeps it internal, so hides it
callable: true # opens it up to be callable, even while being internal
or
tasks:
go:
hidden: true # not showing up in the list-all command
or
tasks:
go:
visibility: verbose|very_verbose # only visible when running task with "--verbose"
Metadata
Metadata
Assignees
Labels
area: formattingChanges related to output and formatting.Changes related to output and formatting.