pub fn try_run_command(program: &str, args: &[&str], cwd: &Path) -> bool
Helper: attempt a command but return true/false instead of Err.
true
false
Err