Ross ROSS = Recommend OSS · open-source software intelligence for agents

CLIUtils/CLI11

CLI11 is a command line parser for C++11 and beyond that provides a rich feature set with a simple and intuitive interface. observed · 2026-08-28

github.com/CLIUtils/CLI11 · homepage · C++ · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

94/100

  • Activity 98
  • Release rhythm 84
  • Longevity 100

Flags: no_license

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 64.5
  • age_days: 3507
  • days_rel: 31
  • days_push: 12
  • n_releases_24m: 7

Full methodology

Adoption not part of the score

4424 stars · 463 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

CLI11 is a header-only C++11 command line argument parser with a rich feature set including subcommands, validators, and configuration file support. It has no dependencies beyond C++11 and ships as a single-file header for easy inclusion.

Use cases

  • parse command line arguments in a C++ program
  • add subcommands to a C++ CLI tool
  • generate automatic --help output for a C++ app
  • load CLI options from a configuration file
  • validate command line option values in C++
  • build a multi-command CLI tool in C++ without dependencies

When to choose

  • you need a modern, dependency-free C++11+ argument parser
  • you want header-only, single-file integration
  • you need subcommands, validators, or config file support
  • you want cross-platform support with high test coverage

When to avoid

  • your project targets pre-C++11 compilers
  • you need GUI or interactive TUI features rather than argument parsing
  • you prefer a parser with code generation or a different API style

Facets

library · maturity stable

cli parser developer-tools developer-tools cross-platform cpp cross-platform windows header-only command-line-parser cpp11 no-dependencies subcommands config-file command-line linux macos

2 sources

Member repositories

RepositoryRoleHealth v2
CLIUtils/CLI11main94

For agents

markdown · JSON · MCP: product_card(name="CLIUtils/CLI11")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem