pub fn parse_args<I, T>(args: I) -> Result<Cli, Error>where I: IntoIterator<Item = T>, T: Into<OsString> + Clone,
Parse CLI arguments from a string slice (for testing)