warning

Function warning 

Source
pub fn warning(msg: &str)
Expand description

Print a warning message with a yellow prefix

ยงExamples

use oxur_cli::common::output::warning;

warning("File already exists, skipping");
// Output: Warning: File already exists, skipping (in yellow)