Description
I have found myself adding {{.CLI_ARGS}} to the end of all my simple commands, which adds a lot of duplication. Would it be possible to add config that would enable all simple commands to receive any CLI args (if present) automatically added to the end of the command? For simple commands, I mean:
tasks:
someTask: echo task
anotherTask:
cmd: echo another task
Description
I have found myself adding
{{.CLI_ARGS}}to the end of all my simple commands, which adds a lot of duplication. Would it be possible to add config that would enable all simple commands to receive any CLI args (if present) automatically added to the end of the command? For simple commands, I mean: