Skip to main content

run

Function run 

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

Parse arguments, execute one Arcature lifecycle command, and return its process exit status.