macro_rules! show_warning_caps {
($($args:tt)+) => { ... };
}Expand description
Print a warning message to stderr, prepending the utility name.
macro_rules! show_warning_caps {
($($args:tt)+) => { ... };
}Print a warning message to stderr, prepending the utility name.