pub trait OutputExt {
// Required methods
fn stdout(&self) -> Result<String, CommandError>;
fn stderr(&self) -> Result<String, CommandError>;
}
pub trait OutputExt {
// Required methods
fn stdout(&self) -> Result<String, CommandError>;
fn stderr(&self) -> Result<String, CommandError>;
}