Download List

Projeto Descrição

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.

2011-12-07 07:02
0.2.0

Esta versão adiciona a capacidade de ler os argumentos adicionais de um arquivo e a capacidade de adicionar sub-comandos sob sub-comandos. Também foi adicionado o recurso para imprimir candidatos para bandeiras/comandos não reconhecidos. A interface de BaseArgumentParser foi removida e os métodos de interface em foram movidos para a interface ArgumentParser. Todos os métodos que teve agora o BaseArgumentParser ter ArgumentParser em vez disso.
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

Lançamento inicial.
Initial release.

Project Resources