macro_rules! status {
($($arg:tt)*) => { ... };
}Expand description
Print a status message to stderr.
Use this for informational messages about command progress.
macro_rules! status {
($($arg:tt)*) => { ... };
}Print a status message to stderr.
Use this for informational messages about command progress.