Option.this

Creates new option.

Full option name (long-form) is set to name parameter value.

  1. this(string name)
    class Option
    this
    pure nothrow @safe @nogc
    (
    string name
    )
  2. this(string abbrev, string full, string description)

Meta