Expand description
Cross-platform crate to easily run shell commands, similar to the C system
function.
Traits§
- System
- Trait to allow for the creation of objects representing a shell commands.
Functions§
- system
- Run a shell command and return the ExitStatus.
- system_
output - Run a shell command, capture its output, and return the Output.