1
0
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:
Nokome Bentley 2022-07-08 14:01:41 +12:00 committed by GitHub
parent f54fef7e7b
commit f787937a30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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