mirror of
https://github.com/go-task/task.git
synced 2025-08-10 22:42:19 +02:00
refactoring
This commit is contained in:
5
testdata/details/Taskfile.yml
vendored
5
testdata/details/Taskfile.yml
vendored
@@ -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'
|
||||
|
||||
|
Reference in New Issue
Block a user