From boris at codesynthesis.com Thu Oct 29 01:57:26 2009 From: boris at codesynthesis.com (Boris Kolpackov) Date: Thu Oct 29 01:54:08 2009 Subject: [cli-users] CLI 1.0.0 released Message-ID: Hi, I would like to announce the first public release of CLI. 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. For more information on CLI see the project's web page: http://www.codesynthesis.com/projects/cli/ SHA1 checksums for the files: 2054b54c5fa70dce10d061ea5ca91eb45614baf6 cli-1.0.0.zip 4a9362785fee1f8bc4ca419da621994019357fe9 cli-1.0.0.tar.bz2 fbdcdae5ff46ee2cb7feb5e97de5b010c6116cfe cli-1.0.0+dep.zip 913cf85cd2ce9a3dedba431cc2f701e50a9cc85a cli-1.0.0+dep.tar.bz2 Enjoy, Boris