Description

This attribute will give a description to an argument.

Constructors

this
this(string description, string optionUnit)

Members

Variables

description
string description;

The description of the argument.

optionUnit
string optionUnit;

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 passed.

Meta