1
0
mirror of https://github.com/go-task/task.git synced 2025-07-13 01:30:33 +02:00

Update api_reference.md

Using `cmd` (singular) with a single string is valid syntax also.
This commit is contained in:
Nokome Bentley
2022-07-08 14:01:41 +12:00
committed by GitHub
parent f54fef7e7b
commit f787937a30

View File

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