BasicCommandHandler.this

Constructor

Note that handlers and interactive handlers' command names may overlap. In that case, the interactive handler is given the priority.

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

Parameters

handlers Handler[istring]

Array of command string to handler delegate.

interactive_handlers InteractiveHandler[istring]

Array of command string to interactive handler delegate.

Meta