Download List

프로젝트 설명

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

이 릴리스는 추가 인수를 파일에서 읽을 수 있는 능력을 sub-commands에서 sub-commands를 추가 하는 기능을 추가 합니다. 인식할 수 없는 플래그/명령에 대 한 후보를 인쇄 하는 기능 또한 추가 되었습니다. BaseArgumentParser 인터페이스는 제거 하 고 그것에 대 한 인터페이스 메서드를 ArgumentParser 인터페이스 이동. 이제 Baseargumentparser을 했다 하는 모든 메서드 대신 Argumentparser를 받아.
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

초기 출시입니다.
Initial release.

Project Resources