//! `shipshape` command implementation.
//!
//! The crates.io package is `shipshape-cli`; both its own binary and the
//! cargo-dist-only `shipshape` wrapper call this library entry point. Keeping one
//! implementation prevents registry and distribution package coordinates from
//! producing different commands.
use ExitCode;
/// Parse arguments and execute the Shipshape command.
///
/// This entry point exists only for the non-published cargo-dist naming wrapper;
/// the supported public interface is the `shipshape` executable.