Structs§
- Wrapper around
std::process::Command
. - Represents the output of an executed process.
Enums§
- What should be done when the command fails.
- Represents the current status of
BootstrapCommand
. - How should the output of a specific stream of the command (stdout/stderr) be handled (whether it should be captured or printed).
Functions§
- Create a new BootstrapCommand. This is a helper function to make command creation shorter than
BootstrapCommand::new
.