commandlineparser / commandlineparser/commandline
When `IgnoreUnknownArguments` is true, do not assume any single-dash argument matches a correlating short character option
未关闭
- 主要语言
- C#
- 星标
- 4.8k
- 派生
- 478
- PR 合并指标
- 30 天内没有已合并 PR
描述
Currently, Tokenizer will assume a match for a short option when it encounters a single-dash argument, when the first character matches. This is unexpected when `IgnoreUnknownArguments` is set to true--since it should ignore unknown arguments.
https://github.com/commandlineparser/commandline/blob/b0b0ec9f5470bacc0823c013a599ba3b4e115900/src/CommandLine/Core/Tokenizer.cs#L172-L183
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。