//! Library entrypoint for the `moine` command-line interface.
//!
//! The published CLI crate primarily exposes the binary target. This library
//! target keeps the dispatcher testable while the binary remains a thin wrapper.
/// Runs the `moine` CLI dispatcher using process arguments.
/// Runs the `moine` CLI dispatcher with explicit arguments.