pub trait CommandExt { // Required methods fn run(&mut self) -> Result<()>; fn check_output(&mut self) -> Result<Output>; }