pub trait CommandRunner {
// Required method
fn check_command_success(&self, program: &str, args: &[&str]) -> bool;
}pub trait CommandRunner {
// Required method
fn check_command_success(&self, program: &str, args: &[&str]) -> bool;
}