BasicCommandHandler.this

Constructor

  1. this(Handler[string] handlers, InteractiveHandler[string] interactive_handlers)
  2. this(Handler[string] handlers)
    class BasicCommandHandler
    this
    (
    scope Handler[string] handlers
    )

Parameters

handlers Handler[string]

Array of command string to handler delegate.

Meta