1 2 3 4 5
use std::process::ExitCode; fn main() -> anyhow::Result<ExitCode> { truth_mirror::run_from_env("truth-mirror") }