CmdLineLib 1.2.1

.NET Framework 4.5.2
dotnet add package CmdLineLib --version 1.2.1
NuGet\Install-Package CmdLineLib -Version 1.2.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="CmdLineLib" Version="1.2.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CmdLineLib --version 1.2.1
#r "nuget: CmdLineLib, 1.2.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install CmdLineLib as a Cake Addin
#addin nuget:?package=CmdLineLib&version=1.2.1

// Install CmdLineLib as a Cake Tool
#tool nuget:?package=CmdLineLib&version=1.2.1

CmdLineLib allows to create mapping of method parameters to command line arguments, provides necessary conversion and generates help.  Highly configurable and flexible.

Product Versions
.NET Framework net452 net46 net461 net462 net463 net47 net471 net472 net48 net481
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

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
1.2.1 1,581 4/1/2019
1.2.0 609 4/1/2019
1.1.3 3,250 4/16/2017
1.1.2 945 2/18/2017
1.1.1 1,029 1/24/2017
1.1.0 878 1/23/2017
1.0.0 952 1/18/2017
0.2.1-beta 764 1/17/2017
0.1.3-beta 817 12/31/2016

- Added SystemConsole handling common system console features.
     - Added AnsiColorConsole to support ANSI console colors.