Function solana_cli::validator_info::parse_validator_info_command

source ยท
pub fn parse_validator_info_command(
    matches: &ArgMatches<'_>,
    default_signer: &DefaultSigner,
    wallet_manager: &mut Option<Rc<RemoteWalletManager>>
) -> Result<CliCommandInfo, CliError>