commandlineparser / commandlineparser/commandline
Usage of `dotnet tools` on assemblies with CommandLineParser results in unexpected output
- 主要语言
- C#
- 星标
- 4.8k
- 派生
- 478
- PR 合并指标
- 30 天内没有已合并 PR
描述
I was trying to add **CommandLineParser** to a _asp.net core_ project of mine to conditionally apply seed and test data on runs.
If I run any sort of tool on the assembly I get output from the Parser.
F.e. `dotnet ef migrations list`
```
ERROR(S):
Option 'applicationName' is unknown.
-s, --seed Seed required data.
-t, --test Seed data for dev and testing purposes.
-a, --auth Seed auth data.
--help Display this help screen.
--version Display version information.
```
I'm assuming that the tools themselves are passing these options or something along the line. Everything seems to work properly, but is this something other people have dealt with in some way?
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。