Files
task/testdata/includes_flatten/included/Taskfile.yml

24 lines
292 B
YAML
Raw Permalink Normal View History

version: '3'
includes:
nested:
taskfile: ../nested
flatten: true
tasks:
gen:
cmds:
- echo "gen from included"
with_deps:
deps:
- gen
cmds:
- echo "with_deps from included"
pwd:
desc: Print working directory
cmds:
- pwd