commandlineparser / commandlineparser/commandline

I get "Option 'version' is unknown" if it comes after other user-defined options on the command line

未关闭
#661 6 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
C#
星标
4.8k
派生
478
PR 合并指标
30 天内没有已合并 PR

描述

Since `version` is pretty much built-in, it should never be "unknown", especially if this message is immediately followed by helptext that clearly shows that it is a valid option.

```
3676 ~/fork/foo-etl$ dotnet etl/bin/Debug/netcoreapp3.0/etl.dll -c foo -d bar --version
etl 0.0.1
Copyright (C) 2020 etl

ERROR(S):
Option 'version' is unknown.

-c, --configdir Required. Path to dir that contains client configurations

-d, --invoicedir Required. Path to dir that contains invoices are

--help Display this help screen.

--version Display version information.
```

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。