//! `cargo-test-better`: optional pretty runner binary.
//!
//! A thin shell over [`test_better_runner::run`]: it wraps `cargo test`,
//! forwards every argument, and propagates the exit code so that
//! `cargo test-better` and `cargo test` agree on success and failure.
use ExitCode;