//! `cellctl` binary entrypoint — thin shim over [`cellos_ctl::run`].
//!//! All CLI logic lives in `lib.rs` so the `cellos` meta-crate
//! (`crates/cellos-meta/`) can install the same binary via
//! `cargo install cellos`.
fnmain(){cellos_ctl::run();}