awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
docopt avatar

docopt/docopt.cpp

0
View on GitHub↗
1,087 stele·147 fork-uri·C++·BSL-1.0·4 vizualizări

Docopt.cpp

C++11 port of docopt

Features

  • C++ CLI Frameworks - C++11 port of the docopt argument parser.
  • Interfețe în linie de comandă - Generates option parsers from docstrings.
  • General Utilities - Library for creating command-line interfaces.

Istoric stele

Graficul istoricului de stele pentru docopt/docopt.cppGraficul istoricului de stele pentru docopt/docopt.cpp

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru Docopt.cpp

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Docopt.cpp.
  • jarro2783/cxxoptsAvatar jarro2783

    jarro2783/cxxopts

    4,779Vezi pe 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++
    Vezi pe GitHub↗4,779
  • cliutils/cli11Avatar CLIUtils

    CLIUtils/CLI11

    4,322Vezi pe 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
    Vezi pe GitHub↗4,322
  • adishavit/arghAvatar adishavit

    adishavit/argh

    1,439Vezi pe GitHub↗

    Argh! A minimalist argument handler.

    C++argument-parserclicli-args
    Vezi pe GitHub↗1,439
  • bfgroup/lyraAvatar bfgroup

    bfgroup/Lyra

    594Vezi pe GitHub↗

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

    C++
    Vezi pe GitHub↗594
Vezi toate cele 30 alternative pentru Docopt.cpp→

Întrebări frecvente

Ce face docopt/docopt.cpp?

C++11 port of docopt

Care sunt principalele funcționalități ale docopt/docopt.cpp?

Principalele funcționalități ale docopt/docopt.cpp sunt: C++ CLI Frameworks, Interfețe în linie de comandă, General Utilities.

Care sunt câteva alternative open-source pentru docopt/docopt.cpp?

Alternativele open-source pentru docopt/docopt.cpp includ: 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++.