1
0
mirror of https://github.com/go-task/task.git synced 2025-01-12 04:34:11 +02:00
task/testdata
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
..
cyclic changed cyclic dep detection 2017-07-08 13:33:55 -03:00
deps Write first test for deps 2017-03-15 21:15:27 -03:00
env Fixes env: remove square braces and evaluate shell (#62) 2017-08-16 08:04:58 -03:00
generates Consider task up-to-date on equal timestamps 2017-07-12 18:18:26 +02:00
init Add --init flag to create a new Taskfile 2017-05-17 15:38:46 -03:00
params Reintroduce template evaluation in variables 2017-07-22 00:50:23 +02:00
status Add status option to prevent task from running 2017-05-17 14:37:16 -03:00
task_call Possibility to call another task 2017-03-25 15:26:42 -03:00
vars Added suport for multiline variables from sh 2017-09-04 10:14:09 +02:00