mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-22 14:24:44 +00:00
Change DB Manager Clap usage to derive (#5898)
* implement clap derive for the db manager * tweak some clap configs * make cli local * add global to help flag * fmt * Merge branch 'unstable' of https://github.com/sigp/lighthouse into HEAD * merge * add enum constraints to flag
This commit is contained in:
@@ -23,7 +23,7 @@ Commands:
|
||||
is the recommended way to provide a network boot-node since it has a
|
||||
reduced attack surface compared to a full beacon node.
|
||||
database_manager
|
||||
Manage a beacon node database [aliases: db]
|
||||
Manage a beacon node database. [aliases: db]
|
||||
validator_client
|
||||
When connected to a beacon node, performs the duties of a staked
|
||||
validator (e.g., proposing blocks and attestations). [aliases: v, vc,
|
||||
|
||||
Reference in New Issue
Block a user