Info
| Version: | 1.1.0 | 
| Author(s): | J.Sakamoto | 
| Last Update: | Monday, January 17, 2022 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://github.com/jsakamoto/CommandLineSwitchParser | 
| NuGet Url: | https://www.nuget.org/packages/CommandLineSwitchParser | 
Install
Install-Package CommandLineSwitchParser
                        dotnet add package CommandLineSwitchParser
                        paket add CommandLineSwitchParser
                        
                                CommandLineSwitchParser Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
                                         .NETFramework 4.5 
                                        
                    No dependencies. 
- NETStandard.Library(>= 1.6.1)
 
Tags
                
What you should do is only define your option class and write code like "var option = CommandLineSwicth.Parse<YourOptionClass>(ref args);". There is no need to annotate your option class with any attributes.