pub fn cmd( cmdstr: &str, env_kvs: &[(String, String)], opts: &Opts<'_> ) -> Result<Output>
Run a command
This function will return an error if running command fails