Function run_make_support::run::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.
pub fn cmd<S: AsRef<OsStr>>(program: S) -> Command
Create a new custom Command
. This should be preferred to creating std::process::Command
directly.