Info
Version: | 1.1.3.1 |
Author(s): | Jared Barneck (Rhyous) |
Last Update: | Thursday, April 28, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/rhyous/SimpleArgs |
NuGet Url: | https://www.nuget.org/packages/SimpleArgs.Sources |
Install
Install-Package SimpleArgs.Sources
dotnet add package SimpleArgs.Sources
paket add SimpleArgs.Sources
SimpleArgs.Sources Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
This NuGet package adds an example arguments handler class, where you describe your arguments using a simple poco objects. All the boilerplate code to create the usage message is done for you.
You can take action on set or after all arguments are set. This NuGet pakage is source only, great for single file executables.