1
0
mirror of https://github.com/go-task/task.git synced 2025-08-10 22:42:19 +02:00

should not surpress empty lines expect on last line

This commit is contained in:
jaedle
2019-02-24 11:58:44 +01:00
parent 399a2b38f3
commit 1ac6f17e6a
3 changed files with 16 additions and 2 deletions

View File

@@ -22,3 +22,11 @@ tasks:
details: details of other-task-with-details
cmds:
- echo 'other-task-with-details was executed'
task-with-description-containing-empty-line:
details: |
First line followed by empty line
Last Line
cmds:
- exit 0