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.

2013-02-11 02:07
0.3.2

Esta versão corrige a manipulação incorreta de opções curtas concatenadas e adiciona Subparser suporte de nome de alias.
This release fixes incorrect handling of concatenated short options and adds Subparser alias name support.

2013-01-27 09:47
0.3.1

Esta versão corrige um bug de formatação quando está envolvido um argumento de seqüência de caracteres vazia.

Agora, será impressa a mensagem de ajuda adicional para argumentos não reconhecidos sem sinalizar, provenientes de um arquivo.
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 versão adiciona a detecção de largura de terminal, conversão de Arguments.fileType() e apoio grupo mutuamente exclusivas. Agora Argument#help() pode tomar FeatureControl #SUPPRESS esconder determinadas opções de mensagem de ajuda. O método conveniente ArgumentParser#parseArgsOrFail() foi adicionado, que lida com os erros e termina o 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 versão adiciona várias melhorias para as características existentes. Na anotação do Arg, o argumento de "dest" agora é opcional. A cadeia de herança é consultada agora ao Pesquisar campos e métodos. Ao lidar com um número variável de argumentos posicionais, o valor padrão não é substituído com uma lista vazia se nenhum argumento é fornecido.
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 versão corrige o bug onde uma linha vazia foi impresso se a mensagem de ajuda para o argumento está vazia e a bandeira é superior a determinado comprimento.
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