pub fn stdout_to_string(exec: Exec) -> Result<String, CommandError>Expand description
Return a trimmed stdout string for an subprocess::Exec instance.
pub fn stdout_to_string(exec: Exec) -> Result<String, CommandError>Return a trimmed stdout string for an subprocess::Exec instance.