utility-cli-rs 0.12.2

human-friendly console utility that helps to interact with unc Protocol from command line.
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod block_id;
mod epoch_id;
mod network_view_at_block;

#[derive(Debug, Clone, interactive_clap::InteractiveClap)]
#[interactive_clap(context = crate::GlobalContext)]
pub struct Validators {
    #[interactive_clap(named_arg)]
    /// Select network
    network_config: self::network_view_at_block::NetworkViewAtBlockArgs,
}