Esempio n. 1
0
def _register():
    for command in _COMMANDS:
        command_registry().register(_local(command), command,
                                    help_text=_HELP[command],
                                    see_also=_SEE_ALSO[command])
        remote_registry.register(_remote(command), command)