Skip to main content

sh_status

Macro sh_status 

Source
macro_rules! sh_status {
    ($($args:tt)*) => { ... };
}
Expand description

Prints a status message to stderr with a trailing newline.

Use for human-facing diagnostic prose (“Compiling…”, “Deploying contract…”) that is not the command’s primary machine-readable result.