This example is from the [docs](https://taskfile.dev/reference/schema/#task): ``` tasks: foo: echo "foo" foobar: - echo "foo" - echo "bar" baz: cmd: echo "baz" ``` <img width="957" height="400" alt="Image" src="https://github.com/user-attachments/assets/d032ef30-9b7c-4007-89da-e547680694e6" />