macro_rules! sh_warn {
($($args:tt)*) => { ... };
}
Expand description
Prints a formatted warning to stderr.
Note: if verbosity
is set to Quiet
, this is a no-op.
macro_rules! sh_warn {
($($args:tt)*) => { ... };
}
Prints a formatted warning to stderr.
Note: if verbosity
is set to Quiet
, this is a no-op.