commandlineparser / commandlineparser/commandline
Adding support for Tuple<T1, T2, ...> as option/value parsing target
未关闭
enhancement
- 主要语言
- C#
- 星标
- 4.8k
- 派生
- 478
- PR 合并指标
- 30 天内没有已合并 PR
描述
**Issue by [gsscoder](https://github.com/gsscoder)**
_Sunday Jul 05, 2015 at 15:59 GMT_
_Originally opened as https://github.com/gsscoder/commandline/issues/182_
----
I want to be able to parse this:
``` bash
$ app --webserver localhost 8080
```
to:
``` csharp
class Options {
[Option] public Tuple WebServer { get; set; }
}
```
Opinions? cc/ @mizipzor @nemec @gimmemoore
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。