lecode-official / command-line-parser

A simple and light-weight parser for command line arguments, which makes it possible to access parameters from the command line via well-defined .NET data structures.
MIT License
3 stars 4 forks source link

Documentation #1

Closed dotZoki closed 7 years ago

dotZoki commented 7 years ago

Some documentation how to use it wouldn't be bad - in spite the samples.

lecode-official commented 7 years ago

Yeah, you are right. for now, unfortunately I have no time to write up some documentation. But this will definitely come in the future. For now you may find all use cases in the unit tests.

lecode-official commented 7 years ago

I am planning on completely rewriting the Command Line Parser. This will go hand in hand with the transition to .NET Core. Once the new version is there, I will write up some extensive documentation. As I won't be fixing this right now, I will close the issue.