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 Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net452 is compatible. net46 was computed. net461 is compatible. 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 |
---|---|---|
1.2.1 | 2,710 | 4/1/2019 |
1.2.0 | 751 | 4/1/2019 |
1.1.3 | 3,440 | 4/16/2017 |
1.1.2 | 1,097 | 2/18/2017 |
1.1.1 | 1,209 | 1/24/2017 |
1.1.0 | 1,016 | 1/23/2017 |
1.0.0 | 1,099 | 1/18/2017 |
0.2.1-beta | 865 | 1/17/2017 |
0.1.3-beta | 915 | 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.