Function solana_clap_utils::input_parsers::values_of

source ·
pub fn values_of<T>(matches: &ArgMatches<'_>, name: &str) -> Option<Vec<T>>
where T: FromStr, <T as FromStr>::Err: Debug,