Skip to main content

execute_command

Function execute_command 

Source
pub fn execute_command(
    command: &str,
    cwd: &Path,
    api_key_env: &str,
    secret: Option<&str>,
    timeout: Duration,
    output_cap: usize,
) -> CmdResult