/command-line-parser

Command Line Parser

Primary LanguageC#MIT LicenseMIT

CmdLineParser

A library to parse command line arguments

Getting Started

CmdLineParser is distributed via NuGet as a NuGet package. It can be installed into your project using NuGet Package Manager in Visual Studio.

Package Manager CLI Install-Package CmdLineParser -Version 0.1.0

.NET CLI dotnet add package CmdLineParser --version 0.1.0

A documentation will be added soon.