diff options
| author | Kevin Lo <kevlo@FreeBSD.org> | 2001-01-30 10:21:27 +0000 |
|---|---|---|
| committer | Kevin Lo <kevlo@FreeBSD.org> | 2001-01-30 10:21:27 +0000 |
| commit | 09401b51ae055bd440c4da0a72e0b7b0e9bde357 (patch) | |
| tree | 6f550c345cdaf45db5b3c6e09d495938b6b02d46 /textproc/clo++/pkg-descr | |
| parent | 87b755e0511f8fba0a717da17505bdfef526bf92 (diff) | |
Initial import of clo++-0.3.0
clo++ is a command line parser generator for C++
Diffstat (limited to 'textproc/clo++/pkg-descr')
| -rw-r--r-- | textproc/clo++/pkg-descr | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/textproc/clo++/pkg-descr b/textproc/clo++/pkg-descr new file mode 100644 index 000000000000..b18b39555441 --- /dev/null +++ b/textproc/clo++/pkg-descr @@ -0,0 +1,9 @@ +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++ |
