blob: c2c9e6e7c1b38a18a0847b8a16e19e9eb0879a28 (
plain) (
blame)
1
2
3
4
5
|
Yaggo is a tool to generate command line parsers for C++. Yaggo stands
for "Yet Another GenGetOpt" and is inspired by GNU Gengetopt. It reads
a configuration file describing the switches and argument for a C++
program and it generates one header file that parses the command line
using getopt_long(3). See the Example section below for more details.
|