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

renaming field in taskfile to summary

This commit is contained in:
jaedle
2019-02-24 15:37:02 +01:00
parent 06d0af7a1d
commit d05d418c4c
6 changed files with 10 additions and 10 deletions

View File

@@ -2,7 +2,7 @@ version: 2
tasks:
task-with-details:
deps: [dependend-task-1,dependend-task-2]
details: |
summary: |
details of task-with-details - line 1
line 2
line 3
@@ -25,12 +25,12 @@ tasks:
- echo 'dependend-task-2 was executed'
other-task-with-details:
details: details of other-task-with-details
summary: details of other-task-with-details
cmds:
- echo 'other-task-with-details was executed'
task-with-description-containing-empty-line:
details: |
summary: |
First line followed by empty line
Last Line