Expand description
An tiny wrapper around std::process::Command
Structs§
Functions§
- call
- Calls a command and returns its result without checking for success
- ensure_
call - Calls a command and produces an error on bad exit status
- get_
response
An tiny wrapper around std::process::Command