macro_rules! command {
    ($fmt:expr) => { ... };
    ($fmt:expr, $( $id:ident = $value:expr ),* $(,)*) => { ... };
}