Argument Parser for .net applications.
Info
| Version: | 0.2.0 |
| Author(s): | Daniel Miller |
| Last Update: | Tuesday, October 3, 2017 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/watermelonpizza/argparse |
| NuGet Url: | https://www.nuget.org/packages/argparse |
Install
Install-Package argparse
dotnet add package argparse
paket add argparse
argparse Download (Unzip the "nupkg" after downloading)
Dependencies
- NETStandard.Library(>= 1.6.1)
- System.Collections.Immutable(>= 1.4.0)
- System.Console(>= 4.3.0)
- System.ValueTuple(>= 4.4.0)