Create with the given name
Error identifiers:
Alias this argument with the given name. If you need long-names to be aliased, create the long-name first and alias it to a short one
return the assigned parameters, or the defaults if no parameters were assigned
Set an inspector for this argument, fired when a parameter is appended to an argument. Return null from the delegate when the value is ok, or a text string describing the issue to trigger an error
Set an invoker for this argument, fired when an argument declaration is seen
Set this argument to conflict with another
Set this argument to conflict with another
Set this argument to conflict with another
Add another default parameter for this argument
Fail the parse when this arg is encountered. You might use this for managing help text
Set the help text for this argument
Enable parameter assignment: 0 to 42 by default
Set an exact number of parameters required
Set both the minimum and maximum parameter counts
Set this argument to depend upon another
Set this argument to depend upon another
Set this argument to depend upon another
Restrict values to one of the given set
Enable smushing for this argument, where "-ofile" would result in "file" being assigned to argument 'o'
Alter the title of this argument, which can be useful for naming the default argument
Return the name of this argument
Disable implicit arguments
Make this argument a requirement
A specific argument instance. You get one of these from Arguments.get() and visit them via Arguments.opApply()