CommandsRegistry.addHandler

Register a command and a handler the registry.

Parameters

command istring

The command name

handler Handler

The handler to call when command is received.

Meta