//! Output utilities for CLI commands
//!
//! This module provides terminal output helpers including spinners
//! with elapsed time display for long-running operations, color
//! utilities for consistent state and log level styling, centralized
//! error formatting for Docker errors, and URL formatting helpers
//! for consistent URL display.
pub use ;
pub use ;
pub use CommandSpinner;
pub use ;