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