//! Output utilities for CLI progress and status messages
//!
//! All output goes to stderr to keep stdout clean for data/LSP protocol.
use ;
use AppConfig;
/// Check if quiet mode is enabled
/// Print a message to stderr if not in quiet mode
/// Print a line to stderr if not in quiet mode