//! Command-line interface for SMirrors
//!
//! This module provides the complete CLI implementation for interacting with SMirrors,
//! including argument parsing, command handling, output formatting, and user interactions.
// Re-export main types for convenience
pub use ;
pub use handle_command;