Function argparse::argparser::vec_parser [] [src]

pub fn vec_parser<T: FromStr>(s: &str) -> Option<Vec<T>>

Function that parses List arguments into Vecs. Provided for user convenience and use as an implementor of ArgGetter.