awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
bfgroup avatar

bfgroup/Lyra

0
View on GitHub↗
594 stars·69 forks·C++·BSL-1.0·8 viewsbfgroup.github.io/Lyra↗

Lyra

A simple to use, composable, command line parser for C++ 11 and beyond

Features

  • C++ CLI Frameworks - Composable and simple command-line parser.
  • Command Line Interfaces - Composable command line parser for modern C++.

Star history

Star history chart for bfgroup/lyraStar history chart for bfgroup/lyra

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Lyra

These projects share indexed features with Lyra. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • cliutils/cli11CLIUtils avatar

    CLIUtils/CLI11

    4,322View on GitHub↗

    CLI11 is a header-only C++ library for parsing command line arguments and managing configuration files. It maps shell input to typed variables and supports the creation of complex command hierarchies. The library is distinguished by its support for nested subcommands with infinite depth and prefix matching. It integrates configuration management by allowing application settings to be loaded from TOML or INI files, with the ability to fall back to environment variables. The project provides a comprehensive set of tools for argument parsing, including flags and positional arguments, alongside

    C++clicli-parsercpp11
    View on GitHub↗4,322
  • docopt/docopt.cppdocopt avatar

    docopt/docopt.cpp

    1,087View on GitHub↗

    C++11 port of docopt

    C++
    View on GitHub↗1,087
  • adishavit/arghadishavit avatar

    adishavit/argh

    1,439View on GitHub↗

    Argh! A minimalist argument handler.

    C++argument-parserclicli-args
    View on GitHub↗1,439
  • jarro2783/cxxoptsjarro2783 avatar

    jarro2783/cxxopts

    4,779View on GitHub↗

    cxxopts is a header-only C++ command line parser used to define required options, default values, and positional arguments for console applications. It functions as a lightweight utility for parsing command line arguments into typed values using short and long flags and automatically generating formatted help messages and documentation. The library provides capabilities for argument specification, allowing the definition of option descriptions, types, and boolean flags. It supports multi-value option collection into containers, default value management for omitted options, and the mapping of

    C++
    View on GitHub↗4,779
Compare all 30 related projects→

Frequently asked questions

What does bfgroup/lyra do?

A simple to use, composable, command line parser for C++ 11 and beyond

What are the main features of bfgroup/lyra?

The main features of bfgroup/lyra are: C++ CLI Frameworks, Command Line Interfaces.

Which projects share features with bfgroup/lyra?

Projects with overlapping indexed features include: docopt/docopt.cpp — C++11 port of docopt. taywee/args — A simple header-only C++ argument parser library. Supposed to be flexible and powerful, and attempts to be compatible… adishavit/argh — Argh! A minimalist argument handler. cliutils/cli11 — CLI11 is a header-only C++ library for parsing command line arguments and managing configuration files. It maps shell… jarro2783/cxxopts — cxxopts is a header-only C++ command line parser used to define required options, default values, and positional… aandrew-me/tgpt — AI Chatbots in terminal for free.