- on
OptionParser on(char shortOption, string longOption, string helpText, void delegate() dg)
Undocumented in source. Be warned that the author may not have intended to support it.
- on
OptionParser on(string longOption, string helpText, void delegate() dg)
Undocumented in source. Be warned that the author may not have intended to support it.
- on
OptionParser on(char shortOption, string longOption, string helpText, void delegate(string) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
- on
OptionParser on(string longOption, string helpText, void delegate(string) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
- on
OptionParser on(void delegate(string[]) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
- parse
OptionParser parse(string input, bool sloppy)
Undocumented in source. Be warned that the author may not have intended to support it.
- parse
OptionParser parse(string[] input, bool sloppy)
Undocumented in source. Be warned that the author may not have intended to support it.
- separator
OptionParser separator(string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
- toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.