1
0
mirror of https://github.com/go-task/task.git synced 2024-12-12 10:45:49 +02:00

Merge pull request #733 from wyfo/patch-1

Fix interactive task example
This commit is contained in:
Andrey Nering 2022-05-19 10:46:47 -03:00 committed by GitHub
commit d5cb842db2
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