CmdLineLib 1.1.3
See the version list below for details.
dotnet add package CmdLineLib --version 1.1.3
NuGet\Install-Package CmdLineLib -Version 1.1.3
<PackageReference Include="CmdLineLib" Version="1.1.3" />
paket add CmdLineLib --version 1.1.3
#r "nuget: CmdLineLib, 1.1.3"
// Install CmdLineLib as a Cake Addin
#addin nuget:?package=CmdLineLib&version=1.1.3
// Install CmdLineLib as a Cake Tool
#tool nuget:?package=CmdLineLib&version=1.1.3
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,449 | 4/1/2019 |
1.2.0 | 600 | 4/1/2019 |
1.1.3 | 3,232 | 4/16/2017 |
1.1.2 | 931 | 2/18/2017 |
1.1.1 | 1,010 | 1/24/2017 |
1.1.0 | 861 | 1/23/2017 |
1.0.0 | 937 | 1/18/2017 |
0.2.1-beta | 747 | 1/17/2017 |
0.1.3-beta | 798 | 12/31/2016 |
1.1.3:
- Added descriptive exception message for invalid default value type.
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.