mirror of
https://github.com/go-task/task.git
synced 2026-06-27 14:44:19 +00:00
8 lines
229 B
Plaintext
8 lines
229 B
Plaintext
task: "if-in-for-loop" started
|
|
task: [if-in-for-loop] echo "processing a"
|
|
processing a
|
|
task: [if-in-for-loop] if condition not met - skipped
|
|
task: [if-in-for-loop] echo "processing c"
|
|
processing c
|
|
task: "if-in-for-loop" finished
|