Function solana_cli::feature::parse_feature_subcommand

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