pub fn run_command<I, S>(command: &str, args: I) -> Result<String, Alert>where I: IntoIterator<Item = S>, S: AsRef<OsStr>,