GetOpt.NET NuGet Package

GetOpt .NET is a command line parser that resembles the logic of POSIX getopt, getopt_long and getopt_long_only for .NET but has much more features

* Convert option arguments to .NET type (int, double, enum, bool, ...)
* Set minimum and maximum values for option arguments
* Regex checking of option arguments
* Custom Validators for option arguments
* Custom Actions performed for each option
* Simply add the GetOpt Attribute to your fields and properties and your command line arguments set them automatically
* Options specified multiple times can be mapped to ICollection<T>
* Automatic help generation
* ...




Got any GetOpt.NET Question?





Info

Version: 0.9.1
Author(s): Christoph Hochstätter
Last Update: Tuesday, May 26, 2020
.NET Fiddle: Create the first Fiddle
Project Url: https://github.com/christoh/getopt/wiki
NuGet Url: https://www.nuget.org/packages/GetOpt.NET


Install
Install-Package GetOpt.NET
dotnet add package GetOpt.NET
paket add GetOpt.NET
GetOpt.NET Download (Unzip the "nupkg" after downloading)





STATS

must-have-score

.3

avg-downloads-per-day

0

days-since-last-release

1805