From 4b99b58645f55cc11a1e19d9baf38edc64aed56c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Uhl=C3=AD=C5=99?= Date: Thu, 19 Dec 2024 13:03:50 +0100 Subject: [PATCH] fix: unhide log-format cli flag (#1049) --- codex/conf.nim | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/codex/conf.nim b/codex/conf.nim index d59b347e..fcc652cd 100644 --- a/codex/conf.nim +++ b/codex/conf.nim @@ -100,7 +100,6 @@ type name: "log-level" }: string logFormat* {. - hidden desc: "Specifies what kind of logs should be written to stdout (auto, " & "colors, nocolors, json)" defaultValueDesc: "auto" @@ -316,7 +315,7 @@ type defaultValue: ValidationGroups.none name: "validator-groups" .}: Option[ValidationGroups] - + validatorGroupIndex* {. desc: "Slot validation group index" longDesc: "The value provided must be in the range " &