Argument.tag

Sets argument tag.

A tag is a token displayed in place of argument. By default it is name of the argument.

  1. typeof(this) tag(string tag)
    class Argument
    typeof(this)
    tag
    pure nothrow @safe @nogc
    (
    string tag
    )
  2. string tag()

Meta