Macro bevy_console::reply

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

Reply with the format! syntax.

§Example

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