run_with_args

Function run_with_args 

Source
pub fn run_with_args(name: &str, args: &[&str]) -> CompletedProcess
Expand description

Run a built binary with one or more argument(s) and make sure it succeeds.