Module commands

Module commands 

Source
Expand description

Command execution

Structs§

ExecutionContext
Represents the context for executing a command.

Enums§

CommandArg
An argument to a command.
CommandWaitResult
Encapsulates the result of waiting for a command to complete.

Functions§

compose_std_command
Composes a std::process::Command to execute the given command. Appropriately configures the command name and arguments, redirections, injected file descriptors, environment variables, etc.
execute
Executes a simple command.