Function vec_parser

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

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