1
0
mirror of https://github.com/go-task/task.git synced 2024-12-12 10:45:49 +02:00
task/testdata/alias/Taskfile.yml

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