Option.this

Creates new option.

Name defaults to long form value.

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

Meta