pub fn cli_main<I, T>(args: I) -> Result<()>where I: IntoIterator<Item = T>, T: Into<OsString> + Clone,
The entry point of the command-line interface.