commandlineparser / commandlineparser/commandline
Parsing key-value pairs
Đang mở
- Ngôn ngữ chính
- C#
- Star
- 4.8k
- Fork
- 478
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
**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!
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.