CmdLineLib 1.1.2
See the version list below for details.
dotnet add package CmdLineLib --version 1.1.2
NuGet\Install-Package CmdLineLib -Version 1.1.2
<PackageReference Include="CmdLineLib" Version="1.1.2" />
paket add CmdLineLib --version 1.1.2
#r "nuget: CmdLineLib, 1.1.2"
// Install CmdLineLib as a Cake Addin
#addin nuget:?package=CmdLineLib&version=1.1.2
// Install CmdLineLib as a Cake Tool
#tool nuget:?package=CmdLineLib&version=1.1.2
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 |
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,450 | 4/1/2019 |
1.2.0 | 600 | 4/1/2019 |
1.1.3 | 3,234 | 4/16/2017 |
1.1.2 | 932 | 2/18/2017 |
1.1.1 | 1,011 | 1/24/2017 |
1.1.0 | 863 | 1/23/2017 |
1.0.0 | 939 | 1/18/2017 |
0.2.1-beta | 748 | 1/17/2017 |
0.1.3-beta | 799 | 12/31/2016 |
1.1.2:
- Fixed nullable display.
1.1.1:
- Fixed handling of enum types when invalid value passed.
- Fixed handling of enum type with FlagsAttribute and multiple flags passed.
1.1.0:
- Added IncludeInherited inclusion flags; inherited members are excluded by default.
- Fixed arg not found bug due to incorrect name comparison used.