1
0
mirror of https://github.com/go-task/task.git synced 2025-09-16 09:26:16 +02:00

Fix interactive task example

A task name is missing in the example.
This commit is contained in:
Joseph Perez
2022-05-19 09:17:55 +02:00
committed by GitHub
parent 1d355d74ef
commit 03bbb0571e

View File

@@ -1073,9 +1073,10 @@ will try to optimize for it:
version: '3'
tasks:
cmds:
- vim my-file.txt
interactive: true
default:
cmds:
- vim my-file.txt
interactive: true
```
If you still have problem running an interactive app through Task, please open