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

gflags/gflags

0
View on GitHub↗
3,021 stele·856 fork-uri·C++·BSD-3-Clause·1 vizualizaregflags.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.

Istoric stele

Graficul istoricului de stele pentru gflags/gflagsGraficul istoricului de stele pentru gflags/gflags

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 Gflags

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Gflags.
  • 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
  • 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
  • docopt/docopt.cppAvatar docopt

    docopt/docopt.cpp

    1,087Vezi pe GitHub↗

    C++11 port of docopt

    C++
    Vezi pe GitHub↗1,087
Vezi toate cele 6 alternative pentru Gflags→

Întrebări frecvente

Ce face gflags/gflags?

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

Care sunt principalele funcționalități ale gflags/gflags?

Principalele funcționalități ale gflags/gflags sunt: C++ CLI Frameworks.

Care sunt câteva alternative open-source pentru gflags/gflags?

Alternativele open-source pentru gflags/gflags includ: 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…