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:
parent
1d355d74ef
commit
03bbb0571e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user