Function execute_command_with_return

Source
pub fn execute_command_with_return(cmd: &str) -> Result<Output>
Expand description

Executes a Linux/macOS or Windows command with a Result of the output.