diff --git a/codex/conf.nim b/codex/conf.nim index d7bf12f1d..54d6dff3d 100644 --- a/codex/conf.nim +++ b/codex/conf.nim @@ -101,7 +101,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" @@ -311,7 +310,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 " &