awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم 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++.

سجل النجوم

مخطط تاريخ النجوم لـ bfgroup/lyraمخطط تاريخ النجوم لـ bfgroup/lyra

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Lyra

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Lyra.
  • cliutils/cli11الصورة الرمزية لـ CLIUtils

    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.cppالصورة الرمزية لـ docopt

    docopt/docopt.cpp

    1,087عرض على GitHub↗

    C++11 port of docopt

    C++
    عرض على GitHub↗1,087
  • adishavit/arghالصورة الرمزية لـ adishavit

    adishavit/argh

    1,439عرض على GitHub↗

    Argh! A minimalist argument handler.

    C++argument-parserclicli-args
    عرض على GitHub↗1,439
  • jarro2783/cxxoptsالصورة الرمزية لـ jarro2783

    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
عرض جميع البدائل الـ 30 لـ Lyra→

الأسئلة الشائعة

ما هي وظيفة 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.