run_from_iter

Function run_from_iter 

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

Parse the provided arguments and execute. Calls [clap::Error::exit] on failure, printing the error message and aborting the program.