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

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

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

1 个仓库

Awesome GitHub RepositoriesCLI Command Routers

Systems that direct program execution flow based on the parsing of action-oriented verbs and sub-commands.

Distinct from Execution Routing: Candidates focus on HTTP routing, game interaction, or specific cloud-binary routing rather than general CLI verb-based dispatching.

Explore 1 awesome GitHub repository matching development tools & productivity · CLI Command Routers. Refine with filters or upvote what's useful.

Awesome CLI Command Routers GitHub Repositories

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

    commandlineparser/commandline

    4,817在 GitHub 上查看↗

    该库是一个用于 C# 和 F# 的 .NET 命令行解析器,实现了 POSIX getopt 约定,将 Shell 参数映射为强类型对象。它为构建处理 Unix 风格标志和选项的控制台应用程序提供了一个框架。 该项目具有一个路由系统,根据面向动作的动词引导程序执行,支持子命令和默认动作。它包括一个自动帮助生成器,根据定义的命令选项生成本地化的使用说明和格式化的帮助屏幕。 该工具集涵盖了带有强类型映射的参数解析、互斥或必需选项的输入验证,以及将填充后的选项对象序列化回命令行字符串的能力。

    Directs application flow by matching input strings to specific command classes and their unique option sets.

    C#command-linedotnetdotnet-core
    在 GitHub 上查看↗4,817
  1. Home
  2. Development Tools & Productivity
  3. CLI Command Routers