Macro cli_error

Source
macro_rules! cli_error {
    ($text:expr) => { ... };
    ($text:expr, $( $arg:expr ),*) => { ... };
}