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.
macro_rules! sh_print {
($($args:tt)*) => { ... };
($shell:expr, $($args:tt)*) => { ... };
}Prints a raw formatted message to stdout.
Note: if verbosity is set to Quiet, this is a no-op.