macro_rules! status_ok {
    ($status:expr, $msg:expr) => { ... };
    ($status:expr, $fmt:expr, $($arg:tt)+) => { ... };
}
Expand description

Print a success status message (in green if colors are enabled)