Option.this

  1. this(string flag, string helpText, TargetOS os)
  2. this(string flag, string helpText, string ddocText, TargetOS os)
    struct Option
    this
    (
    string flag
    ,
    string helpText
    ,
    string ddocText
    ,)

Parameters

flag string

CLI flag without leading -, e.g. color

helpText string

detailed description of the flag

os TargetOS

for which TargetOS the flags are applicable

ddocText string

detailed description of the flag (in Ddoc)

Suggestion Box / Bug Report