1
0
mirror of https://github.com/go-task/task.git synced 2024-12-14 10:52:43 +02:00
task/testdata/vars
Sindre Røkenes Myren 7a64530e83 Added suport for multiline variables from sh
Instead of giving an error on multiline results from sh, the results are
now stored as is, except that the last newline is stripped away to make
the output of most commands easy to use in shell commands.

Two helper functions have been added to help deal with multi-line
results. In addition, previous PascalCase template function names have
been renamed to camelCase for consistency with the sprig lib.
2017-09-04 10:14:09 +02:00
..
multiline Added suport for multiline variables from sh 2017-09-04 10:14:09 +02:00
.gitignore Write tests for variables 2017-03-25 10:51:30 -03:00
Taskfile.yml Reintroduce template evaluation in variables 2017-07-22 00:50:23 +02:00
Taskvars.yml Reintroduce template evaluation in variables 2017-07-22 00:50:23 +02:00