//! # mabi-cli
//!
//! CLI framework for the OT Protocol Simulator.
//!
//! This crate provides a highly extensible CLI framework with:
//! - Trait-based command abstraction
//! - Protocol-agnostic command execution
//! - Rich terminal output with progress indicators
//! - Configurable output formats (table, JSON, YAML)
pub use ;
pub use ;
pub use ;
pub use CommandRunner;