pub fn error(msg: &str)
Print an error message with a red “Error:” prefix
use oxur_cli::common::output::error; error("Failed to open file"); // Output: Error: Failed to open file (in red, to stderr)