Cargo Features
CheckedCommand has no features set by default.
[dependencies]
checked_command = { version = "0.2.4", features = ["use_std_output", "process_try_wait", "command_envs", "nightly", "enable_integration_tests"] }
- use_std_output
- process_try_wait = nightly
-
Affects
ext::ChildExt.checked_try_wait
… - command_envs = nightly
- nightly command_envs? process_try_wait?
- enable_integration_tests
-
creates the feedback executable and enables integration tests using it makes only realy sense for test runs