version: '3'tasks: default: cmds: - echo "{{.CLI_ARGS}}" preconditions: - {{eq .CLI_ARGS "hi there"}}
❯ taskerr: cannot unmarshal !!map into stringfile: /Users/.../Taskfile.yml:8:9 6 | - echo "{{.CLI_ARGS}}" 7 | preconditions: