CommandLineFluent 2.3.3
A .NET Command Line Parsing library which is set up and parsed using fluent syntax. It parses command line arguments into strongly-typed classes which you define. Supports conditional dependencies between arguments, conversion, default values, a basic shell, and automatic help/usage text. It also supports invoking awaitable or asynchronous actions with the classes you define.
Install-Package CommandLineFluent -Version 2.3.3
dotnet add package CommandLineFluent --version 2.3.3
<PackageReference Include="CommandLineFluent" Version="2.3.3" />
paket add CommandLineFluent --version 2.3.3
#r "nuget: CommandLineFluent, 2.3.3"
// Install CommandLineFluent as a Cake Addin
#addin nuget:?package=CommandLineFluent&version=2.3.3
// Install CommandLineFluent as a Cake Tool
#tool nuget:?package=CommandLineFluent&version=2.3.3
Release Notes
- Codegen for coverters to URIs, by default it expects UriKind.Absolute
- Verbs can be given a function that, after successful parsing, is invoked to check that the object's values as a whole are valid
Dependencies
-
.NETStandard 2.0
- No dependencies.
-
.NETStandard 2.1
- No dependencies.
-
net5.0
- No dependencies.
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.
Version History
Version | Downloads | Last updated |
---|---|---|
2.3.3 | 102 | 11/26/2020 |
2.3.2 | 122 | 11/17/2020 |
2.3.1 | 136 | 11/9/2020 |
2.3.0 | 193 | 10/30/2020 |
2.2.1 | 155 | 9/24/2020 |
2.2.0 | 127 | 9/23/2020 |
2.1.1 | 167 | 9/11/2020 |
2.1.0 | 182 | 8/29/2020 |
2.0.2 | 163 | 8/23/2020 |
2.0.1 | 132 | 8/21/2020 |
2.0.0 | 148 | 8/19/2020 |
1.7.3 | 262 | 2/23/2020 |
1.7.2 | 212 | 12/3/2019 |
1.7.1 | 197 | 11/15/2019 |
1.7.0 | 190 | 11/14/2019 |
1.6.0 | 211 | 10/31/2019 |
1.5.0 | 197 | 10/24/2019 |
1.4.0 | 207 | 10/16/2019 |
1.3.0 | 206 | 10/15/2019 |
1.2.0 | 215 | 10/3/2019 |
1.1.0 | 212 | 9/17/2019 |