Skip to main content

execute_sync

Function execute_sync 

Source
pub async fn execute_sync(
    program: &str,
    args: &[&str],
    current_dir: Option<&str>,
) -> HylixResult<Output>