macro_rules! reply_failed {
    ($cmd: ident, $fmt: literal$(, $($arg:expr),* $(,)?)?) => { ... };
}
Expand description

Reply with the format! syntax followed by [failed].

§Example

reply_failed!(cmd, "Hello, {}", name);