Hinshlabs.CommandLineParser
3.6.13108.2
dotnet add package Hinshlabs.CommandLineParser --version 3.6.13108.2
NuGet\Install-Package Hinshlabs.CommandLineParser -Version 3.6.13108.2
<PackageReference Include="Hinshlabs.CommandLineParser" Version="3.6.13108.2" />
paket add Hinshlabs.CommandLineParser --version 3.6.13108.2
#r "nuget: Hinshlabs.CommandLineParser, 3.6.13108.2"
// Install Hinshlabs.CommandLineParser as a Cake Addin #addin nuget:?package=Hinshlabs.CommandLineParser&version=3.6.13108.2 // Install Hinshlabs.CommandLineParser as a Cake Tool #tool nuget:?package=Hinshlabs.CommandLineParser&version=3.6.13108.2
This is a nice little command line parser based on Ray Hayes codeproject article Automatic Command Line Parsing in C#. I have adapted it to VB.NET and upgraded it to .NET 3.5.
An updated command line parser that has a built in commanding architecture. The usage varies depending on what you are trying to achieve, but you can have commands, nested commands and delegate commands.
You just add this assembly to your project and adda bunch of command objects...
note: From this version you have to set "DefaultCommandAction" on the constructor for the CommandCollection to "Loop" in order to stay in the application.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.6.13108.2 | 2,628 | 4/18/2013 |
3.2.0 | 2,252 | 12/8/2011 |