openbsd-ports/textproc/clo++/pkg/DESCR
jasper 3ce93ae9b1 - use libiconv module,
- regen plist while here
2010-11-11 09:21:37 +00:00

7 lines
392 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.