//! The `wickra-benchmark` reference CLI.
//!
//! Runs a curated case or suite against its datasets, recomputing each report
//! with the pinned engine and checking it against the frozen expectation. Exits
//! `0` when everything passed, `1` when any case failed (so a non-reproducible
//! engine turns a CI build red) or on error.
use Cli;
use Parser;
use ExitCode;