The Niche.CommandLineProcessor is a convention based library for parsing arguments passed to a console application.

Handling command line parameters

Saturday, December 23 2017 command-line-processor

Now we turn our attention to Program.cs, making the changes needed to use the Niche.CommandLineProcessor) library to actually parse the arguments supplied by a user. One of the goals of the v3.0 release of the library was to make this as simple as possible.

Read more »

Defining command line parameters

Saturday, December 16 2017 command-line-processor

I recently released a major update to my Niche.CommandLineProcessor NuGet package, an open source project that aims to make it easy to write console applications. The goal of the project is to allow you to concentrate on what the application does, not how to control it.

Read more »