Skip to content
/ tclap Public

This is a simple templatized C++ library for parsing command line arguments. The library provides a simple, flexible object-oriented interface to the command line that automates argument parsing, USAGE creation and type casting.

License

Notifications You must be signed in to change notification settings

DAarno/tclap

Repository files navigation

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.

Any and all feedback is welcome at https://sf.net/p/tclap/discussion/

About

This is a simple templatized C++ library for parsing command line arguments. The library provides a simple, flexible object-oriented interface to the command line that automates argument parsing, USAGE creation and type casting.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published