pub fn run_with_args(name: &str, args: &[&str]) -> CompletedProcessExpand description
Run a built binary with one or more argument(s) and make sure it succeeds.
pub fn run_with_args(name: &str, args: &[&str]) -> CompletedProcessRun a built binary with one or more argument(s) and make sure it succeeds.