Function cli_main

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

The entry point of the command-line interface.