pub fn run_from<I, T>(arguments: I) -> ExitCodewhere I: IntoIterator<Item = T>, T: Into<OsString> + Clone,
Runs the base-only published application with supplied arguments.