-
Sets the display name for the argument value.
Sets the description for this option.
Indicates that the Option will require an argument.
Option.Builder.hasArg(boolean hasArg)
Indicates if the Option has an argument or not.
Indicates that the Option can have unlimited argument values.
Sets the long name of the Option.
Sets the number of argument values the Option can take.
Sets the name of the Option.
Sets whether the Option can have an optional argument.
Marks this Option as required.
Option.Builder.required(boolean required)
Sets whether the Option is mandatory.
Sets the type of the Option.
The Option will use '=' as a means to separate argument value.
The Option will use sep
as a means to separate argument values.