bootstrap::utils::exec

Function command

source
pub fn command<S: AsRef<OsStr>>(program: S) -> BootstrapCommand
Expand description

Create a new BootstrapCommand. This is a helper function to make command creation shorter than BootstrapCommand::new.