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

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

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

docopt/docopt.cpp

0
View on GitHub↗
1,087 星标·147 分支·C++·BSL-1.0·4 次浏览

Docopt.cpp

C++11 port of docopt

Features

  • C++ CLI Frameworks - C++11 port of the docopt argument parser.
  • 命令行界面 - Generates option parsers from docstrings.
  • General Utilities - Library for creating command-line interfaces.

Star 历史

docopt/docopt.cpp 的 Star 历史图表docopt/docopt.cpp 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

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

Start searching with AI

常见问题解答

docopt/docopt.cpp 是做什么的?

C++11 port of docopt

docopt/docopt.cpp 的主要功能有哪些?

docopt/docopt.cpp 的主要功能包括:C++ CLI Frameworks, 命令行界面, General Utilities。

docopt/docopt.cpp 有哪些开源替代品?

docopt/docopt.cpp 的开源替代品包括: jarro2783/cxxopts — cxxopts is a header-only C++ command line parser used to define required options, default values, and positional… junegunn/fzf — This project is a general-purpose command-line filter that provides an interactive interface for processing standard… 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… p-ranav/indicators — Activity Indicators for Modern C++.

Docopt.cpp 的开源替代方案

相似的开源项目,按与 Docopt.cpp 的功能重合度排序。
  • 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
  • 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
  • adishavit/arghadishavit 的头像

    adishavit/argh

    1,439在 GitHub 上查看↗

    Argh! A minimalist argument handler.

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

    bfgroup/Lyra

    594在 GitHub 上查看↗

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

    C++
    在 GitHub 上查看↗594
查看 Docopt.cpp 的所有 30 个替代方案→