Function solana_cli::cli::parse_command

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