Last Updated: February 25, 2016
·
347
· aleclanter

Command-line options in .NET apps

I frequently write small, option-heavy command line apps for simple tasks in our environment, and I'd be completely lost without this handy option-parsing library. Just thought I'd share.

https://github.com/gsscoder/commandline

Like any OSS lib worth its salt, it's available on NuGet.