mirror of
https://github.com/go-task/task.git
synced 2026-06-12 18:31:52 +00:00
* feat: use TaskTest for executor tests * feat: more tests * feat: separate tests for executing and formatting with new functional options that work for both test types * feat: formatter tests * refactor: more tests
7 lines
90 B
Plaintext
7 lines
90 B
Plaintext
task: [foo] echo "foo"
|
|
foo
|
|
task: [bar] echo "bar"
|
|
bar
|
|
task: [included:qux] echo "qux"
|
|
qux
|