awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
bfgroup avatar

bfgroup/Lyra

0
View on GitHub↗
594 星标·69 分支·C++·BSL-1.0·2 次浏览bfgroup.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.
  • 命令行界面 - Composable command line parser for modern C++.

Star 历史

bfgroup/lyra 的 Star 历史图表bfgroup/lyra 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Lyra 的开源替代方案

相似的开源项目,按与 Lyra 的功能重合度排序。
  • cliutils/cli11CLIUtils 的头像

    CLIUtils/CLI11

    4,322在 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
    在 GitHub 上查看↗4,322
  • docopt/docopt.cppdocopt 的头像

    docopt/docopt.cpp

    1,087在 GitHub 上查看↗

    C++11 port of docopt

    C++
    在 GitHub 上查看↗1,087
  • adishavit/arghadishavit 的头像

    adishavit/argh

    1,439在 GitHub 上查看↗

    Argh! A minimalist argument handler.

    C++argument-parserclicli-args
    在 GitHub 上查看↗1,439
  • jarro2783/cxxoptsjarro2783 的头像

    jarro2783/cxxopts

    4,779在 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++
    在 GitHub 上查看↗4,779
查看 Lyra 的所有 30 个替代方案→

常见问题解答

bfgroup/lyra 是做什么的?

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

bfgroup/lyra 的主要功能有哪些?

bfgroup/lyra 的主要功能包括:C++ CLI Frameworks, 命令行界面。

bfgroup/lyra 有哪些开源替代品?

bfgroup/lyra 的开源替代品包括: 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.