pub fn step(num: usize, msg: &str)
Print a numbered step in a process
use oxur_cli::common::output::step; step(1, "Parsing input"); // Output: 1. Parsing input...