<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].