pub fn run<I, T>(args: I) -> Result<(), Error>where I: IntoIterator<Item = T>, T: Into<OsString> + Clone,
cli
Run the CLI with the given args.
If the input cannot be parsed.