PeterKottas.DotNetCore.CmdArgParser 1.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package PeterKottas.DotNetCore.CmdArgParser --version 1.0.0
NuGet\Install-Package PeterKottas.DotNetCore.CmdArgParser -Version 1.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="PeterKottas.DotNetCore.CmdArgParser" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PeterKottas.DotNetCore.CmdArgParser --version 1.0.0
#r "nuget: PeterKottas.DotNetCore.CmdArgParser, 1.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install PeterKottas.DotNetCore.CmdArgParser as a Cake Addin
#addin nuget:?package=PeterKottas.DotNetCore.CmdArgParser&version=1.0.0

// Install PeterKottas.DotNetCore.CmdArgParser as a Cake Tool
#tool nuget:?package=PeterKottas.DotNetCore.CmdArgParser&version=1.0.0

Simple library capable of parsing out command line arguments. Very easy to use api and examples provided

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on PeterKottas.DotNetCore.CmdArgParser:

Package Downloads
PeterKottas.DotNetCore.WindowsService

Easiest to use library that allows one to host .net core as windows services there is.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on PeterKottas.DotNetCore.CmdArgParser:

Repository Stars
PeterKottas/DotNetCore.WindowsService
Simple library that allows one to host dot net core application as windows services. Perfect solution to power micro-services architecture.
Version Downloads Last updated
1.0.5 671,850 1/24/2017
1.0.4 5,683 12/28/2016
1.0.3 2,092 12/28/2016
1.0.2 2,074 12/28/2016
1.0.1 2,041 12/27/2016
1.0.0 2,248 12/27/2016

Initial release