Skip to main content

execute_command_in_dir

Function execute_command_in_dir 

Source
pub async fn execute_command_in_dir(
    command: &str,
    cwd: &Path,
    timeout_ms: u64,
    run_in_background: bool,
) -> Result<String, String>