Skip to main content

run

Function run 

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

Parse argv and dispatch to the appropriate subcommand. Returns Ok(()) on success; subcommands surface errors via anyhow.