A command line arguments parser for .NET Standard.
Info
| Version: | 1.0.0 |
| Author(s): | Gerrit 'Geaz' Gazic |
| Last Update: | Friday, January 20, 2017 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/geaz/coreArgs |
| NuGet Url: | https://www.nuget.org/packages/coreArgs |
Install
Install-Package coreArgs
dotnet add package coreArgs
paket add coreArgs
coreArgs Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.CSharp(>= 4.3.0)
- System.Runtime.Serialization.Primitives(>= 4.3.0)
- System.Reflection.TypeExtensions(>= 4.3.0)
- NETStandard.Library(>= 1.6.0)