./devel/CLI11, Command line parser for C++11

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.4.2, Package name: CLI11-2.4.2, Maintainer: gdt

$NetBSD: DESCR,v 1.1 2025/01/13 18:37:07 gdt Exp $

CLI11 is a command line parser for C++11 and beyond that provides a
rich feature set with a simple and intuitive interface.

CLI11 provides all the features you expect in a powerful command line
parser, with a beautiful, minimal syntax and no dependencies beyond
C++11. It is header only, and comes in a single file form for easy
inclusion in projects. It is easy to use for small projects, but
powerful enough for complex command line projects, and can be
customized for frameworks. It is tested on Azure and GitHub Actions,
and was originally used by the GooFit GPU fitting framework. It was
inspired by plumbum.cli for Python.


Master sites:

Filesize: 335.428 KB

Version history: (Expand)


CVS history: (Expand)


   2025-01-13 19:37:07 by Greg Troxel | Files touched by this commit (4)
Log message:
devel/CLI11: Add version 2.4.2

CLI11 is a command line parser for C++11 and beyond that provides a
rich feature set with a simple and intuitive interface.

CLI11 provides all the features you expect in a powerful command line
parser, with a beautiful, minimal syntax and no dependencies beyond
C++11. It is header only, and comes in a single file form for easy
inclusion in projects. It is easy to use for small projects, but
powerful enough for complex command line projects, and can be
customized for frameworks. It is tested on Azure and GitHub Actions,
and was originally used by the GooFit GPU fitting framework. It was
inspired by plumbum.cli for Python.