ports/textproc/clo++/pkg/DESCR

7 lines
392 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
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.