Downloadliste

Projektbeschreibung

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

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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

Dieses Release behebt falschen Handhabung von verketteten kurze Optionen und bietet Subparser alias Namen Unterstützung.
This release fixes incorrect handling of concatenated short options and adds Subparser alias name support.

2013-01-27 09:47
0.3.1

Diese Version behebt einen Fehler Formatierungen wenn ein Argument für eine leere beteiligt ist.

Die zusätzliche Hilfe Nachricht wird nun für nicht-Flag unbekannte Argumente, die aus einer Datei gedruckt.
Tags: Bug fixes
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.

2013-01-14 05:03
0.3.0

Dieses Release bringt terminal Breite Erkennung, Arguments.fileType() Konvertierung und gegenseitig Unterstützung. Jetzt können Argument#help() #SUPPRESS FeatureControl, bestimmte Optionen für die Hilfemeldung verbergen nehmen. Die bequeme Methode ArgumentParser#parseArgsOrFail() wurde hinzugefügt, die behandelt Fehler und beendet das Programm.
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

Dieses Release bringt einige Verbesserungen zu der vorhandenen Features. In Arg Anmerkung ist das Argument "Dest" nun optional. Die Vererbungskette wird jetzt abgefragt, wenn Sie Felder und Methoden suchen. Beim Umgang mit einer Variablen Anzahl von Positionsargumente, wird der Standardwert nicht mit die leere Liste überschrieben, wenn kein Argument angegeben ist.
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

Diese Version behebt den Fehler in dem wurde eine leere Zeile gedruckt werden, wenn die Hilfemeldung für das Argument leer ist und die Flagge länger als bestimmter Länge ist.
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