1
0
mirror of https://github.com/go-task/task.git synced 2025-02-15 14:03:30 +02:00

Merge pull request #802 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

View File

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