Parses command line arguments.
The resulted attributes are returned as {@link Namespace} object. Thismethod must not alter the status of this parser and can be called multiple times.
@param args Command line arguments. @return {@link Namespace} object. @throws ArgumentParserException If an error occurred.
|
|