yaggo¶
Yaggo is a tool to generate command line parsers for C++. Yaggo stands for “Yet Another GenGetOpt” and is inspired by GNU Gengetopt.
Home | https://github.com/gmarcais/yaggo |
Versions | 1.5.9 |
License | GPLv3 |
Recipe | https://github.com/bioconda/bioconda-recipes/tree/master/recipes/yaggo |
Installation¶
With an activated Bioconda channel (see Setup and usage), install with:
conda install yaggo
and update with:
conda update yaggo