• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..06-May-2020-

config/H06-May-2020-1,8391,358

docs/H03-May-2022-2,8552,229

examples/H06-May-2020-2,0421,466

include/H06-May-2020-6,8823,669

msc/H03-May-2022-2,2992,132

tests/H06-May-2020-3,6292,681

AUTHORSH A D06-May-2020189 75

COPYINGH A D06-May-20201.1 KiB2820

ChangeLogH A D06-May-202045.5 KiB1,7711,077

INSTALLH A D06-May-20207.6 KiB183143

Makefile.amH A D06-May-2020208 116

Makefile.inH A D06-May-202026.1 KiB812720

NEWSH A D06-May-20205.3 KiB9781

READMEH A D06-May-2020505 178

aclocal.m4H A D06-May-202040 KiB1,1211,016

configureH A D06-May-2020164.3 KiB5,6904,701

configure.inH A D06-May-2020736 3228

tclap.pc.inH A D06-May-2020145 86

README

1
2TCLAP - Templatized Command Line Argument Parser
3
4This is a simple C++ library that facilitates parsing command line
5arguments in a type independent manner.  It doesn't conform exactly
6to either the GNU or POSIX standards, although it is close.  See
7docs/manual.html for descriptions of how things work or look at the
8simple examples in the examples dir.
9
10To find out what the latest changes are read the NEWS file in this directory.
11
12
13Any and all feedback is welcome to:  Mike Smoot <mes@aescon.com>
14
15
16
17