Function run_make_support::run::cmd
source ยท pub fn cmd<S: AsRef<OsStr>>(program: S) -> CommandExpand description
Create a new custom Command. This should be preferred to creating std::process::Command
directly.
pub fn cmd<S: AsRef<OsStr>>(program: S) -> CommandCreate a new custom Command. This should be preferred to creating std::process::Command
directly.