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

refactoring

This commit is contained in:
jaedle
2019-02-24 11:22:14 +01:00
parent 31ead854c7
commit 80d88d9789
2 changed files with 8 additions and 6 deletions

View File

@@ -3,8 +3,9 @@ tasks:
task-with-details:
deps: [dependend-task]
details: |
This is a very long detailed description
with multiple lines
details of task-with-details - line 1
line 2
line 3
cmds:
- echo 'task-with-details was executed'