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:
Akihito Nakano
2024-06-13 14:22:07 +09:00
committed by GitHub
parent 1bcd1f15b1
commit 5789db042d
3 changed files with 4 additions and 4 deletions

View File

@@ -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.")