//! `fleetreach-cli` library: config loading, fleet orchestration, report
//! assembly + exit-code logic, and the command surface.
//!
//! The pipeline lives in the library (typed, testable). The command layer —
//! argument parsing ([`cli`]), the `scan` runner ([`scan`]), the `vex`
//! subcommands ([`vex`]), and DB/provenance plumbing ([`db`]) — also lives here,
//! so `main.rs` is a thin shell that just parses and dispatches.
pub use ;
pub use ;
pub use ;