Macro iq_cli::status [] [src]

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

Print a status message with the given color (if colors are enabled)