command-error 0.4.1

Detailed error messages and status checking for `std::process::Command`
Documentation
1
2
3
4
5
6
7
8
9
# command-error

<a href="https://docs.rs/command-error/latest/command_error/"><img alt="docs.rs" src="https://img.shields.io/docsrs/command-error"></a>
<a href="https://crates.io/crates/command-error"><img alt="Crates.io" src="https://img.shields.io/crates/v/command-error"></a>

An extension trait for `std::process::Command` with detailed error messages,
status code checking, and UTF-8 decoding via [`utf8-command`][utf8-command].

[utf8-command]: https://docs.rs/utf8-command/latest/utf8_command/