commandlineparser / commandlineparser/commandline
Support for numbers as short options
未关闭
- 主要语言
- C#
- 星标
- 4.8k
- 派生
- 478
- PR 合并指标
- 30 天内没有已合并 PR
描述
We have the following options definition:
[Option('1', "readlog1", HelpText = "Reads log entries from the Log 1 memory.")]
public bool ReadLog1 { get; set; }
[Option('2', "readlog2", HelpText = "Reads log entries from the Log 2 memory.")]
public bool ReadLog2 { get; set; }
It looks like the short options don't work because they are numbers.
Is there any special reason for this?
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。