[][src]Macro cmd_lib::info

macro_rules! info {
    ($($arg:tt)*) => { ... };
}

To print warning information to stderr, no return value

info!("Running command xxx ...");