//! The implementations behind each `cn` subcommand: discovery and printing
//! wrappers over this crate's authoring API and the concinnity-cook compile
//! pipeline.
//!
//! This is where stdout lives. The authoring API returns values and errors; a
//! command resolves which world was meant, calls it, and formats the result for
//! a terminal. Keeping that split means the same authoring call is equally
//! usable from the editor, the debug server, and an out-of-tree host.
pub use add;
pub use build;
pub use check;
pub use explain;
pub use list;
pub use ;
pub use rm;
pub use ;
pub use ;