ArgumentInfo

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

package
struct ArgumentInfo {}

Members

Functions

checkValuesCount
auto checkValuesCount(string argName, ulong count)
Undocumented in source. Be warned that the author may not have intended to support it.
setAllowedValues
void setAllowedValues()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

positional
bool positional [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

allowBooleanNegation
bool allowBooleanNegation;
Undocumented in source.
description
string description;
Undocumented in source.
hideFromHelp
bool hideFromHelp;
Undocumented in source.
ignoreInDefaultCommand
bool ignoreInDefaultCommand;
Undocumented in source.
maxValuesCount
Nullable!ulong maxValuesCount;
Undocumented in source.
minValuesCount
Nullable!ulong minValuesCount;
Undocumented in source.
names
string[] names;
Undocumented in source.
placeholder
string placeholder;
Undocumented in source.
position
Nullable!uint position;
Undocumented in source.
required
bool required;
Undocumented in source.

Meta