command-error 0.2.0

Detailed error messages and status checking for `std::process::Command`
Documentation
[dependencies.shell-words]
optional = true
version = "1"

[dependencies.tracing]
optional = true
version = "0"

[dependencies.utf8-command]
optional = true
version = "1"
[dev-dependencies.indoc]
version = "2.0.4"

[dev-dependencies.pretty_assertions]
version = "1.4.0"

[features]
default = ["utf8-command", "shell-words", "tracing"]

[package]
authors = ["Rebecca Turner <rbt@sent.as>"]
description = "Detailed error messages and status checking for `std::process::Command`"
edition = "2021"
keywords = ["command", "process", "error"]
license = "MIT"
name = "command-error"
readme = "README.md"
repository = "https://github.com/9999years/command-error"
version = "0.2.0"