Merge branch 'group-begin-message' of https://github.com/janslow/task into janslow-group-begin-message

This commit is contained in:
Andrey Nering
2022-02-19 18:42:34 -03:00
14 changed files with 270 additions and 36 deletions

16
testdata/output_group/Taskfile.yml vendored Normal file
View File

@@ -0,0 +1,16 @@
version: '3'
output:
group:
begin: '::group::{{ .TASK }}'
end: '::endgroup::'
tasks:
hello:
cmds:
- echo 'Hello!'
bye:
deps:
- hello
cmds:
- echo 'Bye!'