Download List

프로젝트 설명

CLI is a command line interface compiler for C++. It allows you to specify the options that your program supports, their types, and default values. This specification can then be translated to C++ classes that implement parsing of the command line arguments and provide a convenient and type-safe interface for accessing the extracted data.

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.

2009-12-16 00:42
1.1.0

용도 및 문서를 자동으로 HTML과 man 페이지 형식으로 생성됩니다. 선택 수정자 접근 이외에 생성됩니다. argv 배열의 구성 요소의 구문 분석 지우기에 대한 지원이 추가되었습니다. 추상적인 스캐너 인터페이스를 통해 사용자 정의 인자는 소스에 대한 지원이 추가되었습니다. 지원 argv 배열의 구성뿐만 아니라, 파일을 명령줄에서 지정한 옵션을 사용하여 명령줄 인수를 읽기위한 추가되었습니다.
Usage and documentation are automatically generated in the HTML and man page formats. Modifiers are optionally generated in addition to accessors. Support for erasing the parsed elements from the argv array was added. Support for custom argument sources via an abstract scanner interface was added. Support was added for reading command line arguments from the argv array as well as files specified with command line options.

2009-10-30 00:21
1.0.0

이것은 CLI를 처음 공개했다.
This is the first public release of CLI.

Project Resources