//! Output formatting utilities
//!
//! This module provides formatters for CLI output in both human-readable
//! and JSON formats. It also handles progress bars and colored output.
// These exports will be used in Phase 2+ when commands are implemented
pub use Formatter;
pub use Theme;
pub use ProgressBar;
/// Output configuration derived from CLI flags