version: '3' includes: inc: Taskfile-inc.yml tasks: default: cmds: - echo "Hello from root Taskfile" - task: inc:hello - task: inc:hello-silent - task: inc:hello-silent-not-set - task: inc:hello-silent-set-false