1 2 3
pub fn exec_sync_wrapper(_command: &str, _args: Vec<String>) -> Result<String, String> { Err("Not implemented".to_string()) }