fix: unhide log-format cli flag (#1049)
This commit is contained in:
parent
6ff4d30b43
commit
4b99b58645
|
@ -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 " &
|
||||
|
|
Loading…
Reference in New Issue