I want to run a command and capture its output.
let result = match Command::new(thing.command).output() { Ok(out) => String::from_utf8_lossy(&o