CommandLine.Immutable
0.1.0
See the version list below for details.
dotnet add package CommandLine.Immutable --version 0.1.0
NuGet\Install-Package CommandLine.Immutable -Version 0.1.0
<PackageReference Include="CommandLine.Immutable" Version="0.1.0" />
<PackageVersion Include="CommandLine.Immutable" Version="0.1.0" />
<PackageReference Include="CommandLine.Immutable" />
paket add CommandLine.Immutable --version 0.1.0
#r "nuget: CommandLine.Immutable, 0.1.0"
#:package CommandLine.Immutable@0.1.0
#addin nuget:?package=CommandLine.Immutable&version=0.1.0
#tool nuget:?package=CommandLine.Immutable&version=0.1.0
CommandLine.Immutable
A set of utilities for working with the already very-good System.CommandLine: where other libraries
take a more OO approach using attributes on class properties, this library constructs a program using
immutable data structures.
In leiu of real documentation, see the code-generation project that this project uses to generate the type-safe wrapper objects that are the backbone of this library.
dotnet add package CommandLine.Immutable or CommandLine.Immutable on nuget
TODO
- Real documentation/examples
- Re-implementing https://learn.microsoft.com/en-us/dotnet/standard/commandline/get-started-tutorial using this library is likely the best way to go about this
- Create a LanguageExt-enhanced version the library (the real inspiration for this in the first place)
- Integrate Microsoft Dependeny Injection if there's any interest
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- System.CommandLine (>= 2.0.5)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on CommandLine.Immutable:
| Package | Downloads |
|---|---|
|
CommandLine.Immutable.LangExt
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.