run_make_support::run

Function cmd

source
pub fn cmd<S: AsRef<OsStr>>(program: S) -> Command
Expand description

Create a new custom Command. This should be preferred to creating std::process::Command directly.