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