Usage.Option

Representation of a CLI Option

The DDoc description ddoxText is only available when compiled with -version=DdocOptions.

struct Usage
struct Option {
string flag;
string helpText;
TargetOS os;
version(DdocOptions)
string ddocText;
}

Constructors

this
this(string flag, string helpText, TargetOS os = TargetOS.all)
this(string flag, string helpText, string ddocText, TargetOS os = TargetOS.all)

Meta