//! The `wickra-proof` reference CLI.
//!
//! Proves and verifies deterministic backtest reports over `wickra-proof-core`:
//! `prove` folds a `(spec, data)` pair into a report and canonical hashes,
//! `verify` recomputes a proof and compares it against a claim, and
//! `canonicalize` exposes the canonical JSON form directly.
use Cli;
use Parser;
use ExitCode;