bungeemonkee / Configgy

A simple, powerful, extensible, testable .NET configuration library.
MIT License
41 stars 4 forks source link

CommandLineParser based command line source #25

Closed bungeemonkee closed 7 years ago

bungeemonkee commented 7 years ago

Create a new source using the popular CommandLineSource library to finally fix command line parsing for good. Should be done as an extension library so that the core lib doesn't introduce a new dependency.

bungeemonkee commented 7 years ago

Built this a long time ago. Forgot to close this issue.

https://github.com/bungeemonkee/Configgy.CommandLineParser