ArgumentUDA

////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

Members

Aliases

parsingFunc
alias parsingFunc = ValueParseFunctions
Undocumented in source.

Functions

Description
auto ref Description(string text)
Undocumented in source. Be warned that the author may not have intended to support it.
HideFromHelp
auto ref HideFromHelp(bool hide)
Undocumented in source. Be warned that the author may not have intended to support it.
MaxNumberOfValues
auto ref MaxNumberOfValues(ulong max)
Undocumented in source. Be warned that the author may not have intended to support it.
MinNumberOfValues
auto ref MinNumberOfValues(ulong min)
Undocumented in source. Be warned that the author may not have intended to support it.
NumberOfValues
auto ref NumberOfValues(ulong num)
Undocumented in source. Be warned that the author may not have intended to support it.
NumberOfValues
auto ref NumberOfValues(ulong min, ulong max)
Undocumented in source. Be warned that the author may not have intended to support it.
Optional
auto ref Optional()
Undocumented in source. Be warned that the author may not have intended to support it.
Placeholder
auto ref Placeholder(string value)
Undocumented in source. Be warned that the author may not have intended to support it.
Required
auto ref Required()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

info
ArgumentInfo info;
Undocumented in source.

Meta