macro_rules! cli_message_inline {
    ($fmt_string:expr, $( $arg:expr ),+) => { ... };
}