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

Taywee/args

0
View on GitHub↗
1,623 estrellas·180 forks·C++·MIT·2 vistastaywee.github.io/args↗

Args

A simple header-only C++ argument parser library. Supposed to be flexible and powerful, and attempts to be compatible with the functionality of the Python standard argparse library (though not necessarily the API).

Features

  • Argument Parsers - Simple header-only argument parsing library.
  • C++ CLI Frameworks - Flexible and header-only argument parser.
  • CLI and Argument Parsing - C++ library for command-line argument parsing.
  • Interfaces de línea de comandos - Simple header-only argument parsing library.

Historial de estrellas

Gráfico del historial de estrellas de taywee/argsGráfico del historial de estrellas de taywee/args

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

Preguntas frecuentes

¿Qué hace taywee/args?

A simple header-only C++ argument parser library. Supposed to be flexible and powerful, and attempts to be compatible with the functionality of the Python standard argparse library (though not necessarily the API).

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

Las características principales de taywee/args son: Argument Parsers, C++ CLI Frameworks, CLI and Argument Parsing, Interfaces de línea de comandos.

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

Las alternativas de código abierto para taywee/args incluyen: jarro2783/cxxopts — cxxopts is a header-only C++ command line parser used to define required options, default values, and positional… cliutils/cli11 — CLI11 is a header-only C++ library for parsing command line arguments and managing configuration files. It maps shell… adishavit/argh — Argh! A minimalist argument handler. muellan/clipp — easy to use, powerful & expressive command line argument parsing for modern C++ / single header / usage & doc generation. docopt/docopt.cpp — C++11 port of docopt. bfgroup/lyra — A simple to use, composable, command line parser for C++ 11 and beyond.

Alternativas open-source a Args

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

    adishavit/argh

    1,439Ver en GitHub↗

    Argh! A minimalist argument handler.

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

    muellan/clipp

    1,322Ver en GitHub↗

    easy to use, powerful & expressive command line argument parsing for modern C++ / single header / usage & doc generation

    C++
    Ver en GitHub↗1,322
Ver las 30 alternativas a Args→