mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-08 01:05:47 +00:00
Show --gui flag in help text (#4660)
## Issue Addressed N/A ## Proposed Changes Remove the `hidden(true)` modifier on the `--gui` flag so it shows up when running `lighthouse bn --help` ## Additional Info We need to include this now that Siren has had its first stable release.
This commit is contained in:
@@ -1134,7 +1134,6 @@ pub fn cli_app<'a, 'b>() -> App<'a, 'b> {
|
|||||||
.arg(
|
.arg(
|
||||||
Arg::with_name("gui")
|
Arg::with_name("gui")
|
||||||
.long("gui")
|
.long("gui")
|
||||||
.hidden(true)
|
|
||||||
.help("Enable the graphical user interface and all its requirements. \
|
.help("Enable the graphical user interface and all its requirements. \
|
||||||
This enables --http and --validator-monitor-auto and enables SSE logging.")
|
This enables --http and --validator-monitor-auto and enables SSE logging.")
|
||||||
.takes_value(false)
|
.takes_value(false)
|
||||||
|
|||||||
Reference in New Issue
Block a user