//! CLI runner for `cargo-behave`.
//!//! Provides a hierarchical test output renderer that replaces the default
//! `cargo test` output with a tree-structured, colored display.
//!//! This module is only available when the `cli` feature is enabled.
pubmodconfig;pubmodcontext;pubmoderror;pubmodfilter;pubmodhistory;pubmodoutput;pubmodparser;pubmodrender;pubmodrunner;pubmodtree;pubmodwatch;