Info
Version: | 2.6.0 |
Author(s): | Michael McBride |
Last Update: | Monday, November 15, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Michmcb/CommandLineFluent |
NuGet Url: | https://www.nuget.org/packages/CommandLineFluent |
Install
Install-Package CommandLineFluent
dotnet add package CommandLineFluent
paket add CommandLineFluent
CommandLineFluent Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
No dependencies.
No dependencies.
No dependencies.
Tags
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.