[][src]Macro cmd_lib::warn

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

To print warning information to stderr, no return value

warn!("Running command failed");