awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
adishavit avatar

adishavit/argh

0
View on GitHub↗
1,439 stars·97 forks·C++·BSD-3-Clause·3 vues

Argh

Argh! A minimalist argument handler.

Features

  • Argument Parsers - Minimalist command-line argument handler.
  • C++ CLI Frameworks - Minimalist argument handler for C++.
  • Interfaces en ligne de commande - Minimalist header-only argument parsing.
  • Command Line Parsing - Command-line argument parsing.

Historique des stars

Graphique de l'historique des stars pour adishavit/arghGraphique de l'historique des stars pour adishavit/argh

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Argh

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Argh.
  • cliutils/cli11Avatar de CLIUtils

    CLIUtils/CLI11

    4,322Voir sur 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
    Voir sur GitHub↗4,322
  • taywee/argsAvatar de Taywee

    Taywee/args

    1,623Voir sur GitHub↗

    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).

    C++argsargument-parserargument-parsing
    Voir sur GitHub↗1,623
  • jarro2783/cxxoptsAvatar de jarro2783

    jarro2783/cxxopts

    4,779Voir sur 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++
    Voir sur GitHub↗4,779
  • oclif/oclifAvatar de oclif

    oclif/oclif

    9,543Voir sur GitHub↗

    oclif is a Node.js framework for building command-line interfaces. It provides a structured system for developing terminal applications with consistent command patterns, argument parsing, and automated help generation. The project features a modular plugin architecture that allows for external functionality to be injected via a manifest-based loading mechanism. It includes a dedicated distribution pipeline and packager to bundle applications into OS-native installers and tarballs for Windows, macOS, and Linux. The framework covers a broad range of development capabilities, including project

    TypeScript
    Voir sur GitHub↗9,543
Voir les 30 alternatives à Argh→

Questions fréquentes

Que fait adishavit/argh ?

Argh! A minimalist argument handler.

Quelles sont les fonctionnalités principales de adishavit/argh ?

Les fonctionnalités principales de adishavit/argh sont : Argument Parsers, C++ CLI Frameworks, Interfaces en ligne de commande, Command Line Parsing.

Quelles sont les alternatives open-source à adishavit/argh ?

Les alternatives open-source à adishavit/argh incluent : cliutils/cli11 — CLI11 is a header-only C++ library for parsing command line arguments and managing configuration files. It maps shell… 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… oclif/oclif — oclif is a Node.js framework for building command-line interfaces. It provides a structured system for developing… muellan/clipp — easy to use, powerful & expressive command line argument parsing for modern C++ / single header / usage & doc generation. bfgroup/lyra — A simple to use, composable, command line parser for C++ 11 and beyond.