1
0
mirror of https://github.com/go-task/task.git synced 2025-04-15 11:56:34 +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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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