rhubarb-lip-sync/lib/tclap-1.2.1
Daniel Wolf 3e5d6e3625 Using TCLAP to parse command line 2016-01-06 20:47:27 +01:00
..
config Using TCLAP to parse command line 2016-01-06 20:47:27 +01:00
docs Using TCLAP to parse command line 2016-01-06 20:47:27 +01:00
examples Using TCLAP to parse command line 2016-01-06 20:47:27 +01:00
include Using TCLAP to parse command line 2016-01-06 20:47:27 +01:00
msc Using TCLAP to parse command line 2016-01-06 20:47:27 +01:00
tests Using TCLAP to parse command line 2016-01-06 20:47:27 +01:00
AUTHORS Using TCLAP to parse command line 2016-01-06 20:47:27 +01:00
COPYING Using TCLAP to parse command line 2016-01-06 20:47:27 +01:00
ChangeLog Using TCLAP to parse command line 2016-01-06 20:47:27 +01:00
INSTALL Using TCLAP to parse command line 2016-01-06 20:47:27 +01:00
Makefile.am Using TCLAP to parse command line 2016-01-06 20:47:27 +01:00
Makefile.in Using TCLAP to parse command line 2016-01-06 20:47:27 +01:00
NEWS Using TCLAP to parse command line 2016-01-06 20:47:27 +01:00
README Using TCLAP to parse command line 2016-01-06 20:47:27 +01:00
aclocal.m4 Using TCLAP to parse command line 2016-01-06 20:47:27 +01:00
configure Using TCLAP to parse command line 2016-01-06 20:47:27 +01:00
configure.in Using TCLAP to parse command line 2016-01-06 20:47:27 +01:00
tclap.pc.in Using TCLAP to parse command line 2016-01-06 20:47:27 +01:00

README

TCLAP - Templatized Command Line Argument Parser

This is a simple C++ library that facilitates parsing command line
arguments in a type independent manner.  It doesn't conform exactly
to either the GNU or POSIX standards, although it is close.  See
docs/manual.html for descriptions of how things work or look at the
simple examples in the examples dir.

To find out what the latest changes are read the NEWS file in this directory.


Any and all feedback is welcome to:  Mike Smoot <mes@aescon.com>