Flag.this

Creates new flag.

Name defaults to long form value.

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

Meta