Description
Argparse4j is a command line argument parser library for Java based on Python's argparse module. The features of argparse4j include:
* Supported positional, optional and variable number of arguments. * Generates well formatted line-wrapped help message. * Suggests optional arguments/sub-command if unrecognized arguments/sub-command were given. * Takes into account East Asian Width ambiguous characters when line-wrap.
This package contains the library files for libarparse4j-java.