macro_rules! sh_err {
($($args:tt)*) => { ... };
}Expand description
Prints a formatted error to stderr.
Note: will log regardless of the verbosity level.
macro_rules! sh_err {
($($args:tt)*) => { ... };
}Prints a formatted error to stderr.
Note: will log regardless of the verbosity level.