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.
<PackageVersion Include="PeterKottas.DotNetCore.CmdArgParser" Version="1.0.0" />
                    
Directory.Packages.props
<PackageReference Include="PeterKottas.DotNetCore.CmdArgParser" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version 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.
#:package PeterKottas.DotNetCore.CmdArgParser@1.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=PeterKottas.DotNetCore.CmdArgParser&version=1.0.0
                    
Install as a Cake Addin
#tool nuget:?package=PeterKottas.DotNetCore.CmdArgParser&version=1.0.0
                    
Install as a Cake Tool

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 875,346 1/24/2017
1.0.4 6,544 12/28/2016
1.0.3 2,611 12/28/2016
1.0.2 2,595 12/28/2016
1.0.1 2,573 12/27/2016
1.0.0 2,892 12/27/2016

Initial release