From 5f6a48ea88d334d69e71fad6d4a78b6e24baf036 Mon Sep 17 00:00:00 2001 From: Kern Attila Germain Date: Fri, 26 May 2023 14:52:46 +0200 Subject: [PATCH] doc: add example for hidden widget without flag adding a value --- cuesubmit/cuesubmit_config.example.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cuesubmit/cuesubmit_config.example.yaml b/cuesubmit/cuesubmit_config.example.yaml index 90d3d123b..9d1b343e7 100644 --- a/cuesubmit/cuesubmit_config.example.yaml +++ b/cuesubmit/cuesubmit_config.example.yaml @@ -103,6 +103,10 @@ Help: > command uses blank space (no flag) UI displays `Nice Name` + "~{Nice Name}": "python" + command uses " python" + the widget is hidden + "-flagName~" command uses '-flagName' the widget is hidden