//! User interface and interaction
//!
//! This module contains all components related to user interaction,
//! including CLI parsing, output formatting, progress reporting,
//! and shell completion generation.
// Re-export commonly used items
pub use ;
pub use ;
pub use DisplayMetadata;
pub use ProgressReporter;