-
-
Notifications
You must be signed in to change notification settings - Fork 793
Closed
Labels
area: formattingChanges related to output and formatting.Changes related to output and formatting.
Description
Using summary with a for loop using tasks is not very descriptive.
vars:
FROM_DIRS: a,b
tasks:
example:
desc: Something
cmds:
- for: { var: FROM_DIRS, split: ',' }
task: next-task
vars:
DIR: '{{.ITEM}}'
task --summary example
task: example
Something
commands:
- Task: next-task
- Task: next-task
Might need vars or
- for: { var: FROM_DIRS, split: ',' }
task: next-task
desc: '{{.task}} {{.ITEM}}'
vars:
DIR: '{{.ITEM}}'
- Task version: v3.31.0
- Operating system: Debian
- Experiments enabled: false
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area: formattingChanges related to output and formatting.Changes related to output and formatting.