[][src]Function zamm::commands::run_streamed_command

pub fn run_streamed_command<I, S>(command: &str, args: I) -> String where
    I: IntoIterator<Item = S> + Clone,
    S: AsRef<OsStr> + Display

Run a command that streams to stdout. Exits on failure.