macro_rules! cmds {
    ($($t:tt)*) => { ... };
}
Expand description

alias of commands! macro