retrieves the default value if it had been set
gets the manual of a command
Retrieves the name of the Argument
retrieves the arguments name
checks if the Argument has a default value
checks if the Argument is optional
Sets a name for the argument to identify it later when the command gets dispatched This name will be used when passing the parsed argument to the exec function
sets the name of the argument
sets a beautified display name which will be used when the getManual command gets executed, if none given it will use the first parameter as display value
Sets an Argument as optional if the argument has not been parsed successful it will use the first argument which has been given inside this method
the default value which should be set if this parameter has not been found
wether it should display the default value when called with the #getUsage method
Validates the given String to the GroupArgument
the remaining args
Validates the given string to the "and" of the GroupArgument
the remaining args
Validates the given string to the "or" of the GroupArgument
the remaining args
Generated using TypeDoc
adds an argument to the command