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
|
name: "log-level" }: string
|
||||||
|
|
||||||
logFormat* {.
|
logFormat* {.
|
||||||
hidden
|
|
||||||
desc: "Specifies what kind of logs should be written to stdout (auto, " &
|
desc: "Specifies what kind of logs should be written to stdout (auto, " &
|
||||||
"colors, nocolors, json)"
|
"colors, nocolors, json)"
|
||||||
defaultValueDesc: "auto"
|
defaultValueDesc: "auto"
|
||||||
|
@ -316,7 +315,7 @@ type
|
||||||
defaultValue: ValidationGroups.none
|
defaultValue: ValidationGroups.none
|
||||||
name: "validator-groups"
|
name: "validator-groups"
|
||||||
.}: Option[ValidationGroups]
|
.}: Option[ValidationGroups]
|
||||||
|
|
||||||
validatorGroupIndex* {.
|
validatorGroupIndex* {.
|
||||||
desc: "Slot validation group index"
|
desc: "Slot validation group index"
|
||||||
longDesc: "The value provided must be in the range " &
|
longDesc: "The value provided must be in the range " &
|
||||||
|
|
Loading…
Reference in New Issue