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.
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.
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.
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.