1 2 3 4 5 6 7
//! `shipshape` binary entry point for the crates.io `shipshape-cli` package. use std::process::ExitCode; fn main() -> ExitCode { shipshape_cli::run() }