useclap::Args;/// RequestEnr
#[derive(Args, Clone, Debug, PartialEq, Eq, PartialOrd, Ord)]pubstructRequestEnr{/// Multiaddr of the node to request the ENR from.
#[clap(
short = 'm',
long ="multiaddr",
help ="The multiaddr of the node to request their ENR from")]pubmultiaddr: String,
}