How to Install yaggo in Ubuntu 18.04



Install yaggo by entering the following commands in the terminal:

sudo apt update
sudo apt install yaggo

Description:

generate command line parser using getopt_long

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).

Homepage: https://github.com/gmarcais/yaggo

Version: 1.5.10-1

Section: universe/misc