pub fn from_slice<'input, 'facet, T>(s: &[&'input str]) -> Result<T, ArgsError>where T: Facet<'facet>, 'input: 'facet,
Parses command-line arguments