Expand description
Command execution
Structs§
- Execution
Context - Represents the context for executing a command.
Enums§
- Command
Arg - An argument to a command.
- Command
Wait Result - Encapsulates the result of waiting for a command to complete.
Functions§
- compose_
std_ command - Composes a
std::process::Commandto execute the given command. Appropriately configures the command name and arguments, redirections, injected file descriptors, environment variables, etc. - execute
- Executes a simple command.