commandlineparser / commandlineparser/commandline
Parsing key-value pairs
未关闭
- 主要语言
- C#
- 星标
- 4.8k
- 派生
- 478
- PR 合并指标
- 30 天内没有已合并 PR
描述
**Issue by [mr-miles](https://github.com/mr-miles)**
_Wednesday Mar 26, 2014 at 18:36 GMT_
_Originally opened as https://github.com/gsscoder/commandline/issues/122_
----
Is it possible to use the parser to populate key-value pairs?
So something like "myapp.exe -v:a=x -v:b=y -v:c=z" would populate a property v which is a Dictionary with (a,x), (b,y), (c,z) values?
I want to use the parser to specify replacements to be made on a text file
Great package by the way!
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。