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