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:
parent
9c24cd4ad4
commit
55e02e7c3f
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user