Info
Version: | 1.0.1 |
Author(s): | Israel Valverde |
Last Update: | Sunday, May 31, 2015 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/ipvalverde/ArgumentParser |
NuGet Url: | https://www.nuget.org/packages/IPValverde.ArgumentParser |
Install
Install-Package IPValverde.ArgumentParser
dotnet add package IPValverde.ArgumentParser
paket add IPValverde.ArgumentParser
IPValverde.ArgumentParser Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
With this class you can save the time spent on validations created for console applications. The arguments are bound to class properties, the binding is done using attributes over the properties, those attributes let you define required arguments, default value for properties and RegEx validation for argument value.