pub fn command_output( program: &str, args: &[&str], ) -> Result<String, ShellError>
Run a command and return its stdout (trimmed).