mirror of
https://github.com/go-task/task.git
synced 2025-08-10 22:42:19 +02:00
add basic test for details
This commit is contained in:
12
testdata/details/Taskfile.yml
vendored
Normal file
12
testdata/details/Taskfile.yml
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
version: 2
|
||||
tasks:
|
||||
task-with-details:
|
||||
details: |
|
||||
This is a very long detailed description
|
||||
with multiple lines
|
||||
cmds:
|
||||
- exit 0
|
||||
|
||||
task-without-details:
|
||||
cmds:
|
||||
- exit 0
|
Reference in New Issue
Block a user