mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-09 11:41:51 +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:
@@ -5,6 +5,7 @@ pub fn cli_app<'a, 'b>() -> App<'a, 'b> {
|
||||
.visible_aliases(&["b", "bn", "beacon"])
|
||||
.version(crate_version!())
|
||||
.author("Sigma Prime <contact@sigmaprime.io>")
|
||||
.setting(clap::AppSettings::ColoredHelp)
|
||||
.about("The primary component which connects to the Ethereum 2.0 P2P network and \
|
||||
downloads, verifies and stores blocks. Provides a HTTP API for querying \
|
||||
the beacon chain and publishing messages to the network.")
|
||||
|
||||
Reference in New Issue
Block a user