pub fn warning(msg: &str)
Print a warning message with a yellow prefix
use oxur_cli::common::output::warning; warning("File already exists, skipping"); // Output: Warning: File already exists, skipping (in yellow)