# Functions
Initialize initializes the root command and returns it.
# Variables
EthereumCommand contains the definition of the ethereum command-line subcommand and its own subcommands.
MaintainerCliCommand contains the definition of tools associated with maintainers module.
MaintainerCommand contains the definition of the maintainer command-line subcommand.
PingCommand contains the definition of the ping command-line subcommand.
RootCmd contains the definition of the root command-line command.
StartCommand contains the definition of the start command-line subcommand.
# Structs
PingMessage is a network message sent between bootstrap peer and non-bootstrap peer in order to test the connection.
PongMessage is a network message sent between bootstrap peer and non-bootstrap peer in order to test the connection.