Info
Version: | 2.1.0 |
Author(s): | Jared Barneck (Rhyous) |
Last Update: | Monday, March 4, 2024 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/Rhyous.SimpleArgs |
Install
Install-Package Rhyous.SimpleArgs
dotnet add package Rhyous.SimpleArgs
paket add Rhyous.SimpleArgs
Rhyous.SimpleArgs 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.