Macro commandspec::command [] [src]

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