awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
gflags avatar

gflags/gflags

0
View on GitHub↗
3,021 Stars·856 Forks·C++·BSD-3-Clause·1 Aufrufgflags.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.

Star-Verlauf

Star-Verlauf für gflags/gflagsStar-Verlauf für gflags/gflags

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Gflags

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Gflags.
  • adishavit/arghAvatar von adishavit

    adishavit/argh

    1,439Auf GitHub ansehen↗

    Argh! A minimalist argument handler.

    C++argument-parserclicli-args
    Auf GitHub ansehen↗1,439
  • bfgroup/lyraAvatar von bfgroup

    bfgroup/Lyra

    594Auf GitHub ansehen↗

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

    C++
    Auf GitHub ansehen↗594
  • cliutils/cli11Avatar von CLIUtils

    CLIUtils/CLI11

    4,322Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,322
  • docopt/docopt.cppAvatar von docopt

    docopt/docopt.cpp

    1,087Auf GitHub ansehen↗

    C++11 port of docopt

    C++
    Auf GitHub ansehen↗1,087
Alle 6 Alternativen zu Gflags anzeigen→

Häufig gestellte Fragen

Was macht gflags/gflags?

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

Was sind die Hauptfunktionen von gflags/gflags?

Die Hauptfunktionen von gflags/gflags sind: C++ CLI Frameworks.

Welche Open-Source-Alternativen gibt es zu gflags/gflags?

Open-Source-Alternativen zu gflags/gflags sind unter anderem: 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…