Function argparse::argparser::vec_parser
[−]
[src]
pub fn vec_parser<T: FromStr>(s: &str) -> Option<Vec<T>>
Function that parses List
arguments into Vec
s.
Provided for user convenience and use as an implementor of
ArgGetter
.