I am trying to test cli commands in my code but I get the error "trait pointeesized is not implemented for OsStr".
I understand this has something to do with what I'm passing in not having this trait implemented but I'm confused as this the example code in the std::process::Command documentation.
