BasicCommandHandler.this

Constructor

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

Parameters

handlers Handler[istring]

Array of command string to handler delegate.

Meta