Retrospection.CommandLine:Retrospection.CommandLine NuGet包的公共存储库

时间:2021-03-26 10:05:18
【文件属性】:
文件名称:Retrospection.CommandLine:Retrospection.CommandLine NuGet包的公共存储库
文件大小:23KB
文件格式:ZIP
更新时间:2021-03-26 10:05:18
C# 回顾命令行 0.0.1.0003版发行说明 向源代码添加了更多XML注释 在回购中添加了SampleUseCases项目 0.0.1.0002版发行说明 向源代码添加了XML注释 为NuGet页面创建了此文档 目的 为了消除编写命令行应用程序时附带的许多样板代码,使验证命令行参数变得更加容易,并通过键盘提供自动完成和菜单服务。 已知问题(当前) 严重缺乏文档 菜单定制需要公开供公众使用 各种边缘情况需要测试 帮助文本生成器格式不正确 入门 目前有两个主要的兴趣类别可以完成所有繁重的工作。 ActionInferer 和IntelliPrompt 。 其余的公共类是支持这些属性的属性派生类型。 行动推理者 这提供了将字符串参数直接映射到分别通过Cmd和Prm属性公告的类上的方法和属性的能力。 简单的例子: using Retrospection.CommandLine; class
【文件预览】:
Retrospection.CommandLine-main
----.gitignore(6KB)
----LICENSE(1KB)
----SampleUseCases()
--------Program.cs(931B)
--------SampleUseCases.csproj(293B)
--------Properties()
----README.md(3KB)
----Retrospection.CommandLine()
--------IntelliPrompt.cs(20KB)
--------Retrospection.CommandLine.csproj(1KB)
--------NetStandardPolyFills.cs(597B)
--------NeedsAtLeastOneOfAttribute.cs(418B)
--------Menu.cs(11KB)
--------Extensions.cs(2KB)
--------ActionInferer.cs(18KB)
--------PrmAttribute.cs(3KB)
--------CmdAttribute.cs(2KB)
----Retrospection.CommandLine.sln(2KB)

网友评论