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

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

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

1 个仓库

Awesome GitHub RepositoriesUsage String Generators

Automatic generation of human-readable syntax strings and usage guides from command hierarchies.

Distinct from Command String Generators: Distinct from Command String Generators as it produces documentation/help strings for users rather than shell commands for execution.

Explore 1 awesome GitHub repository matching software engineering & architecture · Usage String Generators. Refine with filters or upvote what's useful.

Awesome Usage String Generators GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • mojang/brigadierMojang 的头像

    Mojang/brigadier

    3,698在 GitHub 上查看↗

    Brigadier is a command-line parser and dispatcher that maps text-based inputs to executable functions using a hierarchical tree of arguments. It provides a system for defining nested command structures and typed arguments to route user input to specific handlers. The library includes a command syntax generator that automatically produces human-readable usage strings and documentation based on defined command nodes. It transforms raw strings into structured data to identify valid command sequences and pinpoint syntax errors. The framework covers command tree routing, input syntax validation,

    Automatically constructs human-readable syntax strings and documentation based on the defined command node hierarchy.

    Javamojang-active
    在 GitHub 上查看↗3,698
  1. Home
  2. Software Engineering & Architecture
  3. Schema-Driven Generators
  4. Command String Generators
  5. Usage String Generators