shipshape-cli 0.11.0

Release & readiness coordinator: the AI-first Rust CLI behind the /shipshape-* skill family.
Documentation
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()
}