awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 रिपॉजिटरी

Awesome GitHub RepositoriesC++ CLI Frameworks

Argument parsers and CLI libraries for C++ development.

Explore 7 awesome GitHub repositories matching part of an awesome list · C++ CLI Frameworks. Refine with filters or upvote what's useful.

Awesome C++ CLI Frameworks GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • jarro2783/cxxoptsjarro2783 का अवतार

    jarro2783/cxxopts

    4,779GitHub पर देखें↗

    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

    Lightweight option parser for C++.

    C++
    GitHub पर देखें↗4,779
  • cliutils/cli11CLIUtils का अवतार

    CLIUtils/CLI11

    4,322GitHub पर देखें↗

    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

    Feature-rich command-line parser for modern C++.

    C++clicli-parsercpp11
    GitHub पर देखें↗4,322
  • gflags/gflagsgflags का अवतार

    gflags/gflags

    3,021GitHub पर देखें↗

    The documentation of the gflags library is available online at https://gflags.github.io/gflags/.

    Library for processing command-line flags.

    C++
    GitHub पर देखें↗3,021
  • taywee/argsTaywee का अवतार

    Taywee/args

    1,623GitHub पर देखें↗

    A simple header-only C++ argument parser library. Supposed to be flexible and powerful, and attempts to be compatible with the functionality of the Python standard argparse library (though not necessarily the API).

    Flexible and header-only argument parser.

    C++argsargument-parserargument-parsing
    GitHub पर देखें↗1,623
  • adishavit/arghadishavit का अवतार

    adishavit/argh

    1,439GitHub पर देखें↗

    Argh! A minimalist argument handler.

    Minimalist argument handler for C++.

    C++argument-parserclicli-args
    GitHub पर देखें↗1,439
  • docopt/docopt.cppdocopt का अवतार

    docopt/docopt.cpp

    1,087GitHub पर देखें↗

    C++11 port of docopt

    C++11 port of the docopt argument parser.

    C++
    GitHub पर देखें↗1,087
  • bfgroup/lyrabfgroup का अवतार

    bfgroup/Lyra

    594GitHub पर देखें↗

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

    Composable and simple command-line parser.

    C++
    GitHub पर देखें↗594
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. C++ CLI Frameworks