mirror of
https://github.com/go-task/task.git
synced 2024-12-12 10:45:49 +02:00
376a6182eb
feat: add aliases to --list and --list-all flags feat: add aliases to --summary feat: enable aliases for included tasks tests: added alias unit 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
|