Macro register_commands

Source
macro_rules! register_commands {
    ($registry:expr, $($command:expr),+ $(,)?) => { ... };
}