mirror of
https://github.com/go-task/task.git
synced 2026-06-11 09:51:50 +00:00
docs: correct stdin Taskfile command example (#2738)
This commit is contained in:
@@ -99,7 +99,7 @@ from stdin, you must specify the `-t/--taskfile` flag with the special `-`
|
|||||||
value. You may then pipe into Task as you would any other program:
|
value. You may then pipe into Task as you would any other program:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
task -t - <(cat ./Taskfile.yml)
|
task -t - < ./Taskfile.yml
|
||||||
# OR
|
# OR
|
||||||
cat ./Taskfile.yml | task -t -
|
cat ./Taskfile.yml | task -t -
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user