rhubarb-lip-sync/rhubarb/lib/tclap-1.2.1
Daniel Wolf e5c39efeeb Moved main executable into its own directory along with its build logic
This will make it easier to add other artifacts that require build steps.
2018-01-24 18:38:09 +01:00
..
config Moved main executable into its own directory along with its build logic 2018-01-24 18:38:09 +01:00
docs Moved main executable into its own directory along with its build logic 2018-01-24 18:38:09 +01:00
examples Moved main executable into its own directory along with its build logic 2018-01-24 18:38:09 +01:00
include Moved main executable into its own directory along with its build logic 2018-01-24 18:38:09 +01:00
msc Moved main executable into its own directory along with its build logic 2018-01-24 18:38:09 +01:00
tests Moved main executable into its own directory along with its build logic 2018-01-24 18:38:09 +01:00
AUTHORS Moved main executable into its own directory along with its build logic 2018-01-24 18:38:09 +01:00
COPYING Moved main executable into its own directory along with its build logic 2018-01-24 18:38:09 +01:00
ChangeLog Moved main executable into its own directory along with its build logic 2018-01-24 18:38:09 +01:00
INSTALL Moved main executable into its own directory along with its build logic 2018-01-24 18:38:09 +01:00
Makefile.am Moved main executable into its own directory along with its build logic 2018-01-24 18:38:09 +01:00
Makefile.in Moved main executable into its own directory along with its build logic 2018-01-24 18:38:09 +01:00
NEWS Moved main executable into its own directory along with its build logic 2018-01-24 18:38:09 +01:00
README Moved main executable into its own directory along with its build logic 2018-01-24 18:38:09 +01:00
aclocal.m4 Moved main executable into its own directory along with its build logic 2018-01-24 18:38:09 +01:00
configure Moved main executable into its own directory along with its build logic 2018-01-24 18:38:09 +01:00
configure.in Moved main executable into its own directory along with its build logic 2018-01-24 18:38:09 +01:00
tclap.pc.in Moved main executable into its own directory along with its build logic 2018-01-24 18:38:09 +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>