Description

This attribute will give a description to an argument.

Constructors

this
this(string description, string optionType = "")

Members

Variables

description
string description;

The description of the argument.

optionType
string optionType;

A single word that describes the value of the option. E.g.: for an options --time, the optionType could be "secs". In the help file this would then be listed as: --time secs The time that has passen

Meta