1
0
mirror of https://github.com/go-task/task.git synced 2025-03-19 21:17:46 +02:00

Merge pull request from nokome/patch-1

Update api_reference.md
This commit is contained in:
Andrey Nering 2022-07-16 21:37:19 -03:00 committed by GitHub
commit f7384623df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -129,6 +129,9 @@ tasks:
foobar:
- echo "foo"
- echo "bar"
baz:
cmd: echo "baz"
```
:::