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
.
pub fn command<S: AsRef<OsStr>>(program: S) -> BootstrapCommand
Create a new BootstrapCommand. This is a helper function to make command creation
shorter than BootstrapCommand::new
.