Skip to main content

stdout_to_string

Function stdout_to_string 

Source
pub fn stdout_to_string(exec: Exec) -> Result<String, CommandError>
Expand description

Return a trimmed stdout string for an subprocess::Exec instance.