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.
Note: this port installs no samples or documentation; for that, see tclap's home page.
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.
Note: this port installs no samples or documentation; for that, see tclap's home page.
To install tclap, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install tclap
To see what files were installed by tclap, run:
port contents tclap
To later upgrade tclap, run:
sudo port selfupdate && sudo port upgrade tclap
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.