mirror of
https://github.com/go-task/task.git
synced 2025-01-12 04:34:11 +02:00
Update api_reference.md
Using `cmd` (singular) with a single string is valid syntax also.
This commit is contained in:
parent
f54fef7e7b
commit
f787937a30
@ -114,6 +114,9 @@ tasks:
|
||||
foobar:
|
||||
- echo "foo"
|
||||
- echo "bar"
|
||||
|
||||
baz:
|
||||
cmd: echo "baz"
|
||||
```
|
||||
|
||||
:::
|
||||
|
Loading…
Reference in New Issue
Block a user