awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
docopt avatar

docopt/docopt.cpp

0
View on GitHub↗
1,087 estrellas·147 forks·C++·BSL-1.0·2 vistas

Docopt.cpp

C++11 port of docopt

Features

  • C++ CLI Frameworks - C++11 port of the docopt argument parser.
  • Interfaces de línea de comandos - Generates option parsers from docstrings.
  • General Utilities - Library for creating command-line interfaces.

Historial de estrellas

Gráfico del historial de estrellas de docopt/docopt.cppGráfico del historial de estrellas de docopt/docopt.cpp

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Docopt.cpp

Proyectos open-source similares, clasificados según cuántas características comparten con Docopt.cpp.
  • jarro2783/cxxoptsAvatar de jarro2783

    jarro2783/cxxopts

    4,779Ver en 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++
    Ver en GitHub↗4,779
  • cliutils/cli11Avatar de CLIUtils

    CLIUtils/CLI11

    4,322Ver en 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
    Ver en GitHub↗4,322
  • adishavit/arghAvatar de adishavit

    adishavit/argh

    1,439Ver en GitHub↗

    Argh! A minimalist argument handler.

    C++argument-parserclicli-args
    Ver en GitHub↗1,439
  • bfgroup/lyraAvatar de bfgroup

    bfgroup/Lyra

    594Ver en GitHub↗

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

    C++
    Ver en GitHub↗594
Ver las 30 alternativas a Docopt.cpp→

Preguntas frecuentes

¿Qué hace docopt/docopt.cpp?

C++11 port of docopt

¿Cuáles son las características principales de docopt/docopt.cpp?

Las características principales de docopt/docopt.cpp son: C++ CLI Frameworks, Interfaces de línea de comandos, General Utilities.

¿Qué alternativas de código abierto existen para docopt/docopt.cpp?

Las alternativas de código abierto para docopt/docopt.cpp incluyen: 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++.