//! Interactive CLI channel for Oxios (RFC-026: merged from channels/oxios-cli).
//!
//! Internal module of the oxios binary, feature-gated by the `cli` feature.
pub use ;
pub use MetaCommand;
pub use CliFormatter;
pub use InteractiveLoop;
pub use CliPlugin;
pub use Session;