1
0
mirror of https://github.com/go-task/task.git synced 2024-12-12 10:45:49 +02:00
task/testdata/alias/alias-summary.txt
Pete Davison 376a6182eb feat: aliases
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
2022-10-07 11:11:14 +00:00

12 lines
111 B
Plaintext

task: foo
(task does not have description or summary)
aliases:
- f
- x
commands:
- echo "foo"
- Task: b