//! Thin binary wrapper around [`sopsy::run`].
//!
//! Installs `color_eyre` for pretty panic/error reports, runs the CLI, and maps
//! any error to a non-zero process exit code while printing it via the UI's
//! conventions.
use ExitCode;
use OwoColorize;