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

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

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

docopt/docopt.cpp

0
View on GitHub↗
1,087 स्टार्स·147 फोर्क्स·C++·BSL-1.0·4 व्यूज़

Docopt.cpp

C++11 port of docopt

Features

  • C++ CLI Frameworks - C++11 port of the docopt argument parser.
  • कमांड लाइन इंटरफेस - Generates option parsers from docstrings.
  • General Utilities - Library for creating command-line interfaces.

स्टार हिस्ट्री

docopt/docopt.cpp के लिए स्टार हिस्ट्री चार्टdocopt/docopt.cpp के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Docopt.cpp के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Docopt.cpp के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • 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

    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

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

    adishavit/argh

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

    Argh! A minimalist argument handler.

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

    bfgroup/Lyra

    594GitHub पर देखें↗

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

    C++
    GitHub पर देखें↗594
Docopt.cpp के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

docopt/docopt.cpp क्या करता है?

C++11 port of docopt

docopt/docopt.cpp की मुख्य विशेषताएं क्या हैं?

docopt/docopt.cpp की मुख्य विशेषताएं हैं: C++ CLI Frameworks, कमांड लाइन इंटरफेस, General Utilities।

docopt/docopt.cpp के कुछ ओपन-सोर्स विकल्प क्या हैं?

docopt/docopt.cpp के ओपन-सोर्स विकल्पों में शामिल हैं: jarro2783/cxxopts — cxxopts is a header-only C++ command line parser used to define required options, default values, and positional… junegunn/fzf — This project is a general-purpose command-line filter that provides an interactive interface for processing standard… adishavit/argh — Argh! A minimalist argument handler. bfgroup/lyra — A simple to use, composable, command line parser for C++ 11 and beyond. cliutils/cli11 — CLI11 is a header-only C++ library for parsing command line arguments and managing configuration files. It maps shell… p-ranav/indicators — Activity Indicators for Modern C++.