From 03bbb0571e2f9e2b8d8fa3ec09170154ee2f29db Mon Sep 17 00:00:00 2001 From: Joseph Perez Date: Thu, 19 May 2022 09:17:55 +0200 Subject: [PATCH] Fix interactive task example A task name is missing in the example. --- docs/usage.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/usage.md b/docs/usage.md index 580adf39..dfb071e9 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -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