NClap 3.0.0
NClap is a .NET library for parsing command-line arguments and building interactive command shells. It's driven by a declarative attribute syntax, and easy to extend.
Install-Package NClap -Version 3.0.0
dotnet add package NClap --version 3.0.0
<PackageReference Include="NClap" Version="3.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NClap --version 3.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
-
.NETFramework 4.6.1
- Microsoft.Extensions.DependencyInjection (>= 2.2.0)
- System.Collections.NonGeneric (>= 4.3.0)
- System.Console (>= 4.3.0)
- System.Diagnostics.FileVersionInfo (>= 4.3.0)
- System.Reflection.Emit.Lightweight (>= 4.3.0)
- System.Runtime.InteropServices.RuntimeInformation (>= 4.3.0)
-
.NETStandard 2.0
- Microsoft.Extensions.DependencyInjection (>= 2.2.0)
- System.Collections.NonGeneric (>= 4.3.0)
- System.Console (>= 4.3.0)
- System.Diagnostics.FileVersionInfo (>= 4.3.0)
- System.Reflection.Emit.Lightweight (>= 4.3.0)
- System.Runtime.InteropServices.RuntimeInformation (>= 4.3.0)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.