Arguments.clear

Unsets all configured arguments (as if they weren't given at all on the command-line), clears all parameters that may have been assigned to arguments and also clears any parsing errors that may have been associated with any argument(s).

Note that configured arguments are *not* removed.

class Arguments
clear
()

Return Value

Type: Arguments

this object for method chaining

Meta