//! The CLI subcommands and the shared human-facing printer.
//!//! `main` dispatches to one `execute` per subcommand; [`print`](mod@print) is the pretty
//! output helper they share.
pub(crate)modadmin;pub(crate)modbuild;pub(crate)modcheck;pub(crate)modprint;pub(crate)modrun;pub(crate)modschema_cmd;