Skip to main content

interpret_command_result

Function interpret_command_result 

Source
pub fn interpret_command_result(
    command: &str,
    exit_code: i32,
    stdout: &str,
    stderr: &str,
) -> CommandResult
Expand description

Interpret command result based on semantic rules