Skip to main content

try_run_command

Function try_run_command 

Source
pub fn try_run_command(program: &str, args: &[&str], cwd: &Path) -> bool
Expand description

Helper: attempt a command but return true/false instead of Err.