Download List

Descripción del Proyecto

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

Esta versión corrige una manipulación incorrecta de las opciones cortas concatenados y añade Subparser alias nombre support.
This release fixes incorrect handling of concatenated short options and adds Subparser alias name support.

2013-01-27 09:47
0.3.1

Esta versión corrige un error de formato cuando se trata de un argumento de cadena vacía.

Ahora se imprime el mensaje de ayuda adicional para argumentos no reconocidos de bandera no procedentes de un archivo.
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

Esta versión añade detección de terminal ancho, conversión de Arguments.fileType() y soporte de grupos mutuamente excluyentes. Ahora Argument#help() puede tomar FeatureControl #SUPPRESS para ocultar ciertas opciones desde el mensaje de ayuda. Se agregó el método ArgumentParser#parseArgsOrFail(), que maneja errores y sale del programa.
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

Esta versión incorpora varias mejoras en las características existentes. En la anotación de Arg, el argumento de "dest" ahora es opcional. La cadena de herencia se consulta ahora al buscar campos y métodos. Cuando se trata con un número variable de argumentos por posición, el valor predeterminado no se reemplaza con la lista vacía si no se da ningún argumento.
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

Esta versión corrige el error en donde se imprimió una línea vacía si el mensaje de ayuda para el argumento está vacío y la bandera tiene más de cierta longitud.
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