pub async fn execute_command( cmd: &str, args: &[&str], cwd: Option<&Path>, ) -> Result<Output>
Execute a command and return the output