pub fn output(command: Command) -> Result<String, OutputError>
Expand description
Run a command and return the data it wrote to stdout as a string
pub fn output(command: Command) -> Result<String, OutputError>
Run a command and return the data it wrote to stdout as a string