awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Taywee avatar

Taywee/args

0
View on GitHub↗
1,623 星标·180 分支·C++·MIT·3 次浏览taywee.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.
  • 命令行界面 - Simple header-only argument parsing library.

Star 历史

taywee/args 的 Star 历史图表taywee/args 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Args 的开源替代方案

相似的开源项目,按与 Args 的功能重合度排序。
  • cliutils/cli11CLIUtils 的头像

    CLIUtils/CLI11

    4,322在 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
    在 GitHub 上查看↗4,322
  • jarro2783/cxxoptsjarro2783 的头像

    jarro2783/cxxopts

    4,779在 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++
    在 GitHub 上查看↗4,779
  • adishavit/arghadishavit 的头像

    adishavit/argh

    1,439在 GitHub 上查看↗

    Argh! A minimalist argument handler.

    C++argument-parserclicli-args
    在 GitHub 上查看↗1,439
  • muellan/clippmuellan 的头像

    muellan/clipp

    1,322在 GitHub 上查看↗

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

    C++
    在 GitHub 上查看↗1,322
查看 Args 的所有 30 个替代方案→

常见问题解答

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

taywee/args 的主要功能有哪些?

taywee/args 的主要功能包括:Argument Parsers, C++ CLI Frameworks, CLI and Argument Parsing, 命令行界面。

taywee/args 有哪些开源替代品?

taywee/args 的开源替代品包括: 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.