Crate command_builder

Source

Structs§

And
Executes one command and if successful returns the result of the other.
ClearEnv
Indicates that the environment should be cleared.
Dir
Sets the directory of the command.
Env
Adds a key-value to the calling environment.
ExceptEnv
Unsets a key from the enviroment.
ExceptEnvs
Removes multable keys from the enviroment.
Input
Contains input to be piped into a command.
Or
Executes one command and if unsuccessful returns the result of the other.
Output
The output of a command after it has been run. Contains both stdout and stderr along with the exit code.
Pipe
Allows piping of one command’s standard out into another.
Single
Holds a single command to be run.
Then
Executes one command, then another.

Traits§

Command