//! The `wickra-verify` reference CLI.
//!
//! Recomputes a claimed backtest report with the pinned engine and confirms or
//! refutes it. Exits `0` when verified, `2` when refuted (so a doctored claim
//! turns a CI build red), and `1` on error.
use Cli;
use Parser;
use ExitCode;