1
0
mirror of https://github.com/go-task/task.git synced 2025-06-23 00:38:19 +02:00

Allow shorter syntax for tasks with default configuration

Closes #194
Closes #240

Co-authored-by: Jaedle <dennis.jekubczyk@gmail.com>
This commit is contained in:
Andrey Nering
2019-12-07 21:28:02 -03:00
parent b7bcd204b4
commit b7b752b92f
6 changed files with 113 additions and 9 deletions

View File

@ -0,0 +1,12 @@
version: '3'
tasks:
default:
- task: string-slice
- task: string
string-slice:
- echo "string-slice-1"
- echo "string-slice-2"
string: echo "string"