From ac829f093d62875e2715ef4c1c5c134ffdad7932 Mon Sep 17 00:00:00 2001 From: Roland Schaer Date: Fri, 8 Mar 2024 11:19:37 -0300 Subject: [PATCH] fix(task): document task.hide (#1754) --- schema/mise.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/schema/mise.json b/schema/mise.json index fc45e40a13..633621fafd 100644 --- a/schema/mise.json +++ b/schema/mise.json @@ -240,6 +240,10 @@ ] } }, + "hide": { + "description": "do not display this task", + "type": "boolean" + }, "quiet": { "description": "do not display mise information for this task", "type": "boolean"