mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-20 13:24:44 +00:00
Adds colour help to bn and vc subcommands (#1811)
Adds coloured help to the bn and vc subcommands
This commit is contained in:
@@ -4,6 +4,7 @@ use clap::{App, Arg};
|
||||
pub fn cli_app<'a, 'b>() -> App<'a, 'b> {
|
||||
App::new("validator_client")
|
||||
.visible_aliases(&["v", "vc", "validator"])
|
||||
.setting(clap::AppSettings::ColoredHelp)
|
||||
.about(
|
||||
"When connected to a beacon node, performs the duties of a staked \
|
||||
validator (e.g., proposing blocks and attestations).",
|
||||
|
||||
Reference in New Issue
Block a user