Struct ezexec::ExecBuilder [−][src]
pub struct ExecBuilder { /* fields omitted */ }Expand description
A child executor builder
Implementations
Creates a new builder for binary (requires a valid path; does not search PATH for binary)
Looks for binary in PATH and creates a new builder
Returns a new shell-executed based command
Sets the process working dir for the child
Sets the environment variables for the child
Sets a single environment variable for the child
Spawn the child and capture the output
Spawn the child and inherit stdin/-out/-err from the parent process