pub fn run<I, T>(arguments: I) -> ExitCodewhere I: IntoIterator<Item = T>, T: Into<OsString> + Clone,
Parse arguments, execute one Arcature lifecycle command, and return its process exit status.