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
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
|