Macro unixcli::err [] [src]

macro_rules! err {
    ($status:expr, $($fmtargs:tt)*) => { ... };
}

Prints the formatted message to the standard error output (stderr) and terminates the program with the given status value. The program name, a colon, and a space are output before the message, which is followed by a newline character.