pub async fn run_from_iter<I>(args: I) -> Result<()>where I: IntoIterator, I::Item: Into<OsString> + Clone,
Parse the provided arguments and execute. Calls [clap::Error::exit] on failure, printing the error message and aborting the program.
clap::Error::exit