1
0
mirror of https://github.com/go-task/task.git synced 2025-07-15 01:35:00 +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

View File

@ -1073,6 +1073,7 @@ will try to optimize for it:
version: '3'
tasks:
default:
cmds:
- vim my-file.txt
interactive: true