| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| argparse4j-0.1.0-javadoc.jar | 2011-11-29 | 300.4 kB | |
| argparse4j-0.1.0-sources.jar | 2011-11-29 | 66.2 kB | |
| argparse4j-0.1.0.jar | 2011-11-29 | 58.7 kB | |
| README.txt | 2011-11-29 | 870 Bytes |
|
| Totals: 4 Items | 426.1 kB | 0 | |
Argparse4j - The command line argument parser
The argparse4j is Java port of Python's argparse command line argument
parser module.
To see how to use argparse4j, visit http://argparse4j.sourceforge.net/
Here is summary of features:
* Supported positional arguments and optional arguments.
* Variable number of arguments.
* Generates well formatted line-wrapped help message.
* Takes into account East Asian Width ambiguous characters when
line-wrap.
* Sub-commands like, git add.
* Customizable option prefix characters, e.g. '+f' and '/h'.
* Print default values in help message.
* Choice from given collection of values.
* Type conversion from option strings.
* Can directly assign values into user defined classes using
annotation.
* Group arguments so that it will be printed in help message in more
readable way.