pub fn run_cli<I, T>(args: I) -> Result<()>where I: IntoIterator<Item = T>, T: Into<OsString> + Clone,