CommandArgs.getopt

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void getopt(string names, T* var, string[] help_text, bool hidden)
    class CommandArgs
    void
    getopt
    (
    T
    )
    (
    string names
    ,
    T* var
    ,
    string[] help_text = null
    ,
    bool hidden = false
    )
  2. void getopt(string names, T* var, void delegate(string, string) @(safe) parseValue, string[] help_text, bool hidden)

Meta