Download List

프로젝트 설명

The Lean Mean C++ Option Parser handles program arguments (argc, argv). It supports the short and long option formats of getopt(), getopt_long(), and getopt_long_only(), but has a more convenient interface. It is a freestanding, header-only library with no dependencies, not even libc or STL. It comes with a usage message formatter which supports column alignment and line wrapping, making it ideal for localized messages with different lengths.

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.

2012-03-03 08:08
1.2

이 릴리스 Arg::Optional 그들이 연결 보다는 오히려 분리 하는 경우 인수를 변경 합니다. 이것은 GNU getopt() 않습니다 및 POSIX 유틸리티를 권장 하는 방법을 그들의 논쟁을 해석 해야 합니다.
Tags: Minor improvements, Compatibility
This release changes Arg::Optional to accept arguments if they are attached rather than separate. This is what GNU getopt() does and how POSIX recommends utilities should interpret their arguments.

2012-02-13 03:58
1.1

이 버전 인수 순서 POSIX 기본 모드에서 GNU getopt()에 의해 수행을 구현 합니다. 인수 순서 옵션 아닌 옵션 인수를 혼합 수 있습니다.
Tags: Major, new features
This version implements argument reordering as performed by GNU getopt() in its non-POSIX default mode. Argument reordering allows mixing non-option arguments with options.

2012-01-24 03:50
1.0

이것은 초기 릴리스입니다.
Tags: Stable
This is the initial release.

Project Resources