Option.this

Constructs the option with a list of names. Note that any leading "-" or "--" should be omitted. This is added automatically depending on the length of the name.

struct Option
this
pure nothrow
(
string[] names...
)

Meta