Paulo Bittencourt
Paulo Bittencourt
This was meant to be marked as `Draft` from the start - I only noticed it now.
I don't love the way this PR turned out. I see two areas that are awkward right now: ### How the FileNode and RemoteNode integrate with each other Each node...
This approach seems a bit heavy-handed and it's trying hard to contort `go-getter` into the shapes of go-task. I will propose a lighter approach.
@blakewatters I believe there is a work-around via the `default` function. For anything that is to be overridden, you can use: ``` {{ .var_name | default "default-value" }} ``` This...
I do see this tip [here](https://taskfile.dev/usage/#namespace-aliases): > Vars declared in the included Taskfile have preference over the variables in the including Taskfile! If you want a variable in an included...