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.

2011-12-07 07:02
0.2.0

Dieses Release bringt die Möglichkeit, zusätzliche Argumente aus einer Datei lesen und die Fähigkeit, unter Unterkommandos Unterkommandos hinzufügen. Auch wurde die Funktion zum Drucken von Kandidaten für unbekannte Flags-Befehle hinzugefügt. Die BaseArgumentParser-Schnittstelle wurde entfernt und die Schnittstellenmethoden drin wurden in die ArgumentParser-Schnittstelle. Alle Methoden, die BaseArgumentParser nun nahm nehmen stattdessen ArgumentParser.
This release adds the ability to read additional arguments from a file and the ability to add sub-commands under sub-commands. The feature to print candidates for unrecognized flags/commands was also added. The BaseArgumentParser interface was removed and the interface methods in it were moved to the ArgumentParser interface. All methods that took BaseArgumentParser now take ArgumentParser instead.

2011-11-30 07:32
0.1.0

Erstveröffentlichung.
Initial release.

Project Resources