I've a Taskfile with about 20 tasks. I don't want to re-run any tasks. Currently, I'm forced to add run: once to every single task in the YAML.
This is counter intuitive to me.
I'm not expecting this to be fixed, just want to highlight this behaviour.