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