8000 GitHub - Elcomsoft/tclap: 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. · GitHub
[go: up one dir, main page]

Skip to content

Elcomsoft/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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 59.1%
  • C++ 39.1%
  • CMake 1.6%
  • Shell 0.2%
0