1
0
mirror of https://github.com/go-task/task.git synced 2025-12-03 23:00:00 +02:00
Files
task/command_test.go
Andrey Nering e8e914b11c use YAML for dynamix variable instead of $ prefix
$ prefix still works but is now deprecated

before:

    VAR: $echo var

after:

    VAR:
      sh: echo bar

closes #46
2017-07-15 15:28:59 -03:00

1.1 KiB