foundry_common

Macro sh_print

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

Prints a raw formatted message to stdout.

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