mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-03 00:31:50 +00:00
Fix panic on startup in debug build (#5917)
* Fix panic in debug build * make cli-local to update the book
This commit is contained in:
@@ -40,7 +40,7 @@ impl DumpConfig {
|
||||
|
||||
pub fn cli_app() -> Command {
|
||||
Command::new(CMD)
|
||||
.visible_aliases(["vm", "validator-manager", CMD])
|
||||
.visible_aliases(["vm", "validator-manager"])
|
||||
.display_order(0)
|
||||
.styles(get_color_style())
|
||||
.about("Utilities for managing a Lighthouse validator client via the HTTP API.")
|
||||
|
||||
Reference in New Issue
Block a user