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)
Dependencies
- Microsoft.CSharp(>= 4.7.0)
* 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
* ...