mirror of
https://github.com/go-task/task.git
synced 2025-08-10 22:42:19 +02:00
display commands of task
This commit is contained in:
2
testdata/details/Taskfile.yml
vendored
2
testdata/details/Taskfile.yml
vendored
@@ -8,6 +8,8 @@ tasks:
|
||||
line 3
|
||||
cmds:
|
||||
- echo 'task-with-details was executed'
|
||||
- echo 'another command'
|
||||
- exit 0
|
||||
|
||||
task-without-details:
|
||||
deps: [dependend-task]
|
||||
|
@@ -5,3 +5,4 @@ First line followed by empty line
|
||||
Last Line
|
||||
|
||||
commands:
|
||||
- exit 0
|
||||
|
@@ -5,3 +5,6 @@ line 2
|
||||
line 3
|
||||
|
||||
commands:
|
||||
- echo 'task-with-details was executed'
|
||||
- echo 'another command'
|
||||
- exit 0
|
||||
|
Reference in New Issue
Block a user