Download List

專案描述

argparse4j is Java port of the Python argparse commandline argument parser.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2013-02-11 02:07
0.3.2

This release fixes incorrect handling of concatenated short options and adds Subparser alias name support.

2013-01-27 09:47
0.3.1

This release fixes a formatting bug when an empty string argument is involved.

The additional help message is now printed for non-flag unrecognized
arguments coming from a file.
標籤: Bug fixes

2013-01-14 05:03
0.3.0

This release adds terminal width detection, Arguments.fileType() conversion, and mutually exclusive group support. Now Argument#help()
can take FeatureControl#SUPPRESS to hide certain options from the help message. The convenient method ArgumentParser#parseArgsOrFail() was added, which handles errors and exits the program.

2012-10-08 06:33
0.2.2

This release adds several enhancements to the existing features. In Arg annotation, the "dest" argument is now optional. The inheritance chain is now queried when searching fields and methods. When dealing with a variable number of positional arguments, the default value is not overridden with the empty list if no argument is given.

2011-12-19 02:16
0.2.1

This release fixes the bug where an empty line was printed if the help message for the argument is empty and the flag is longer than certain length.

Project Resources