CommandLiners 1.0.36
An extensible replacement for the CommandLineProvider fixing the wacky multiple argument notation and bringing together some widely used command line parser and the modern extensible configuration world of dotnet core.
Install-Package CommandLiners -Version 1.0.36
dotnet add package CommandLiners --version 1.0.36
<PackageReference Include="CommandLiners" Version="1.0.36" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CommandLiners --version 1.0.36
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: CommandLiners, 1.0.36"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Dependencies
-
.NETStandard 2.0
- Microsoft.Extensions.Configuration (>= 3.1.2)
Used By
NuGet packages (3)
Showing the top 3 NuGet packages that depend on CommandLiners:
Package | Downloads |
---|---|
CommandLiners.MonoOptions
Integrate Mono.Options into the dotnet core configuration builders.
|
|
CommandLiners.Posix
Use POSIX style command line options and map to Microsoft configuration builders.
|
|
CommandLiners.CommandLineUtils
Integrate CommandLineUtils into the dotnet core configuration builders.
|
GitHub repositories
This package is not used by any popular GitHub repositories.