Macro falcon_cli::cli_error

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