Expand description
Wrappers for std::process which provide commands in error contexts
Structs§
- Child
- Wrap std::process::Child to provide the command as error context
- Exit
Status - Wrap std::process::ExitStatus to provide the command in error contexts
- Output
- Isomorphic to std::process::Output except replacing
status
with the ExitStatus wrapper
Traits§
- Command
Anyhow - Extend std::process::Command with anyhow methods