mirror of
https://github.com/go-task/task.git
synced 2026-02-25 04:33:43 +01: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
12 lines
111 B
Plaintext
12 lines
111 B
Plaintext
task: foo
|
|
|
|
(task does not have description or summary)
|
|
|
|
aliases:
|
|
- f
|
|
- x
|
|
|
|
commands:
|
|
- echo "foo"
|
|
- Task: b
|