foundry_common

Macro sh_eprint

Source
macro_rules! sh_eprint {
    ($($args:tt)*) => { ... };
    ($shell:expr, $($args:tt)*) => { ... };
}
Expand description

Prints a raw formatted message to stderr.

Note: if verbosity is set to Quiet, this is a no-op.