Macro register_command

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