//! Testable implementation of the `frame` command-line interface: five
//! intention-verbs — `new`, `run`, `test`, `check`, `doctor` — plus the
//! quiet `build` alias and the ops-facing `host` subcommand.
pub use ;
pub use execute;
pub use CliError;
pub use ;