miden-client-cli 0.14.5

The official command line client for interacting with the Miden network
Documentation
1
2
3
4
5
6
7
8
use clap::Parser;

#[derive(Debug, Parser)]
pub struct InfoCmd {
    /// Display detailed RPC node status information.
    #[arg(short = 'r', long = "rpc-status")]
    pub rpc_status: bool,
}