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
·
gflags avatar

gflags/gflags

0
View on GitHub↗
3,021 estrellas·856 forks·C++·BSD-3-Clause·1 vistagflags.github.io/gflags↗

Gflags

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

Features

  • C++ CLI Frameworks - Library for processing command-line flags.

Historial de estrellas

Gráfico del historial de estrellas de gflags/gflagsGráfico del historial de estrellas de gflags/gflags

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 Gflags

Proyectos open-source similares, clasificados según cuántas características comparten con Gflags.
  • 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
  • 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
  • docopt/docopt.cppAvatar de docopt

    docopt/docopt.cpp

    1,087Ver en GitHub↗

    C++11 port of docopt

    C++
    Ver en GitHub↗1,087
Ver las 6 alternativas a Gflags→

Preguntas frecuentes

¿Qué hace gflags/gflags?

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

¿Cuáles son las características principales de gflags/gflags?

Las características principales de gflags/gflags son: C++ CLI Frameworks.

¿Qué alternativas de código abierto existen para gflags/gflags?

Las alternativas de código abierto para gflags/gflags incluyen: 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… docopt/docopt.cpp — C++11 port of docopt. jarro2783/cxxopts — cxxopts is a header-only C++ command line parser used to define required options, default values, and positional… taywee/args — A simple header-only C++ argument parser library. Supposed to be flexible and powerful, and attempts to be compatible…