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 還沒有評估資料。