A small, flexible library that provides a simple interface for defining and accessing command line arguments http://tclap.sourceforge.net/
Go to file
2024-01-06 05:54:02 +01:00
libtclap.spec update to 1.2.5 [release 1.2.5-1mamba;Thu Nov 25 2021] 2024-01-06 05:54:02 +01:00
README.md fixed and rebuilt [release 1.2.1-2mamba;Wed Oct 10 2012] 2024-01-06 05:54:01 +01:00

libtclap

TCLAP is a small, flexible library that provides a simple interface for defining and accessing command line arguments. It was intially inspired by the user friendly CLAP libary. The difference is that this library is templatized, so the argument class is type independent. Type independence avoids identical-except-for-type objects, such as IntArg, FloatArg, and StringArg. While the library is not strictly compliant with the GNU or POSIX standards, it is close.