1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/textproc/clo++/pkg-descr
Kevin Lo 09401b51ae Initial import of clo++-0.3.0
clo++ is a command line parser generator for C++
2001-01-30 10:21:27 +00:00

10 lines
438 B
Plaintext

Clo++ is a command line option parser generator for C++.
It generates a C++ header file with a class that can parse your
command line and supports just about anything that you want to do
with your command line. It also generates usage information and
can handle subcommands that take their own options. clo++ is itself
written in C++ and uses a command line option parser that it
generated.
WWW: http://pmade.org/~pjones/software/clo++