//! Run every detection check without short-circuiting and print which
//! ones match in the current environment. Useful inside dev containers,
//! CI runners, and odd Linux setups for understanding *why* the crate
//! returned what it did.
//!
//! Run with:
//!
//! ```text
//! cargo run --example report --features diagnostics
//! ```