[[test]]
name = "integration_test"
path = "./tests/integration_test.rs"
required-features = ["enable_integration_tests"]
[badges.travis-ci]
branch = "master"
repository = "dathinab/checked-command"
[dependencies.quick-error]
version = "1.0"
[features]
command_envs = ["nightly"]
default = []
enable_integration_tests = []
nightly = []
process_try_wait = ["nightly"]
use_std_output = []
[package]
authors = ["Philipp korber <philippkorber@gmail.com>"]
categories = ["os"]
description = "extension to `std::process::Command` which adds a output/status considering the programs `ExitStatus` for the returned Result"
keywords = ["Command", "Child", "ExitStatus"]
license = "MIT OR Apache-2.0"
name = "checked_command"
readme = "./README.md"
repository = "https://github.com/dathinab/checked-command"
version = "0.2.3"