1
0
mirror of https://github.com/go-task/task.git synced 2025-08-10 22:42:19 +02:00
Files
task/testdata/alias/Taskfile.yml
2022-10-07 11:11:45 +00:00

20 lines
243 B
YAML

version: '3'
includes:
included:
taskfile: Taskfile2.yml
aliases: [inc, i]
tasks:
foo:
aliases: [f, x]
cmds:
- echo "foo"
- task: b
bar:
aliases: [b, x]
cmds:
- echo "bar"
- task: inc:q