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