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

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

§Example

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