// Copyright 2025 Umberto Gotti <umberto.gotti@umbertogotti.dev>
// Licensed under the MIT License
// SPDX-License-Identifier: MIT
use exit;
use Parser;
use args;
use Runner;
use Args;
// The only place that turns a verdict into an exit code. A failure to run is an
// Err, which reaches the shell as 1; a broken rule is a successful run with a
// finding, which is 2. Collapsing the two would make "I could not read your
// code" indistinguishable from "your code is fine".