https://github.com/cuberite/tclap
Fork of git://git.code.sf.net/p/tclap/code
https://github.com/cuberite/tclap
library
Last synced: 15 days ago
JSON representation
Fork of git://git.code.sf.net/p/tclap/code
- Host: GitHub
- URL: https://github.com/cuberite/tclap
- Owner: cuberite
- License: mit
- Created: 2015-05-09T11:51:15.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2020-05-07T22:36:03.000Z (about 6 years ago)
- Last Synced: 2025-02-24T07:50:34.469Z (over 1 year ago)
- Topics: library
- Language: C++
- Homepage:
- Size: 525 KB
- Stars: 0
- Watchers: 13
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
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 at https://sf.net/p/tclap/discussion/