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