A parser that receives flags as arguments that must be in the form of letters preceded by a minus sign where each flag has a zero or one value associated to it and the values to parse depending of the flags.
Info
| Version: | 1.2.1 |
| Author(s): | INS368L-01 |
| Last Update: | Tuesday, July 9, 2019 |
| .NET Fiddle: | Create the first Fiddle |
| NuGet Url: | https://www.nuget.org/packages/ConsoleArgsParser |
Install
Install-Package ConsoleArgsParser
dotnet add package ConsoleArgsParser
paket add ConsoleArgsParser
ConsoleArgsParser Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.NETCore.App(>= 2.1.0)