[][src]Function ritual_common::utils::run_command_and_capture_output

pub fn run_command_and_capture_output(
    command: &mut Command
) -> Result<CommandOutput>

Runs a command and returns its output regardless of whether it was successful