Télécharger la liste

Description du projet

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.

Système requise

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

L'utilisation et la documentation sont automatiquement générées dans le format HTML et page de manuel. Les modificateurs sont éventuellement générées en plus des accesseurs. Support pour effacer les éléments analysés dans les tableau argv a été ajouté. Le soutien des sources personnalisées argument via une interface scanner résumé a été ajouté. Ajout du support pour la lecture arguments de ligne de commande dans le tableau argv ainsi que les fichiers spécifiés avec des options de ligne de commande.
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

Il s'agit de la première version publique de CLI.
This is the first public release of CLI.

Project Resources