gets the manual of a command
Retrieves the name of the Argument
retrieves the arguments name
checks if the Argument has a default value
specifies that the Number must be an integer (no floating point)
checks if the Argument is optional
specifies the maximum value
the maximum length of the argument
specifies the minimum value
the minimum length of the argument
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
specifies that the Number must be a negative Number
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
specifies that the Number must be a positive Number
Validates the given Number to the Object
the remaining args
Generated using TypeDoc
retrieves the default value if it had been set