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