pub fn info(msg: &str)
Print an info message with a cyan arrow
use oxur_cli::common::output::info; info("Processing 5 files..."); // Output: → Processing 5 files... (in cyan)