Function libcoreinst::util::cmd_output
source ยท pub fn cmd_output(cmd: &mut Command) -> Result<String>Expand description
Runs the provided Command object, captures its stdout, and swallows its stderr except on
failure. Returns a Result