1
0
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:
jaedle
2019-02-24 14:37:14 +01:00
parent db1d3183b6
commit 0446cfdba0
4 changed files with 12 additions and 1 deletions

View File

@@ -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]

View File

@@ -5,3 +5,4 @@ First line followed by empty line
Last Line
commands:
- exit 0

View File

@@ -5,3 +5,6 @@ line 2
line 3
commands:
- echo 'task-with-details was executed'
- echo 'another command'
- exit 0