mirror of
https://github.com/cuberite/TCLAP.git
synced 2025-08-03 09:47:05 -04:00
updates
This commit is contained in:
parent
082537e6f4
commit
5f05dc9436
8
NEWS
8
NEWS
@ -62,3 +62,11 @@ And so we have release 1.0!
|
||||
This will help Windows users who don't have it. Also changed test1 so that
|
||||
it doesn't use toupper, which apparently causes problem for non-ASCII
|
||||
character sets.
|
||||
|
||||
10/31/04 - A few more tweaks, none of which should be noticeable to people
|
||||
who are already using the lib without trouble. Maybe I shouldn't release
|
||||
things early in the morning! Also note that manual.html is now generated
|
||||
from manual.xml. If you have your own docbook xsl style that you prefer,
|
||||
then have at it.
|
||||
|
||||
|
||||
|
4
README
4
README
@ -1,5 +1,5 @@
|
||||
|
||||
TCLAP - Templatized Command Line Arguement Parser
|
||||
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
|
||||
@ -7,6 +7,8 @@ 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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user