DNX.Helpers.CommandLine is a .NET package that contains the bits that help working with the excellent Command Line parser library from Giacomo Stelluti Scala.
Note: This package is currently based around v2.1.1-beta which is yet to be officially released but contains all the functionality I'm interesting in building upon.
From NuGet package explorer:
Install-Package DNX.Helpers.CommandLine
Helpers are divided into the following namespaces:
To Do
Contributions welcome. All code must be comprehensively covered by unit tests using NUnit 3
By Martin Smith, 2001 onwards
Project | Location |
---|---|
DNX.Helpers | General purpose .NET standard library helpers |
DNX.Helpers.Console | For working with console applications |
DNX.Helpers.CommandLine | For working with Command Line parsing |
DNX.Helpers.Log4Net | For working with Log4Net |