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:
12
testdata/short_task_notation/Taskfile.yml
vendored
Normal file
12
testdata/short_task_notation/Taskfile.yml
vendored
Normal 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"
|
Reference in New Issue
Block a user