CommandLineSwitchParser 0.2.0-beta

This is a prerelease version of CommandLineSwitchParser.
There is a newer version of this package available.
See the version list below for details.
dotnet add package CommandLineSwitchParser --version 0.2.0-beta
NuGet\Install-Package CommandLineSwitchParser -Version 0.2.0-beta
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="CommandLineSwitchParser" Version="0.2.0-beta" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CommandLineSwitchParser --version 0.2.0-beta
#r "nuget: CommandLineSwitchParser, 0.2.0-beta"
#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 CommandLineSwitchParser as a Cake Addin
#addin nuget:?package=CommandLineSwitchParser&version=0.2.0-beta&prerelease

// Install CommandLineSwitchParser as a Cake Tool
#tool nuget:?package=CommandLineSwitchParser&version=0.2.0-beta&prerelease

This is a simple parser for command line options.
     What you should do is only define your option class and write code like "var option = CommandLineSwicth.Parse<YourOptionClass>(ref args);".
     There are no need to annotate your option class with any attributes.

There are no supported framework assets in this 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 CommandLineSwitchParser:

Package Downloads
dotnet-md2html

Yet another implementation of the Markdown Text to HTML Converter, built on .NET Core console application.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on CommandLineSwitchParser:

Repository Stars
jsakamoto/BlazorWasmPreRendering.Build
When you publish your Blazor Wasm app, this package pre-renders and saves the app as static HTML files in your public folder.
Version Downloads Last updated
1.1.0 2,450 1/17/2022
1.0.0 3,416 9/28/2017
0.5.0-beta 947 9/15/2017
0.4.0-beta 953 9/14/2017
0.3.0-beta 981 9/13/2017
0.2.0-beta 834 1/5/2017

v.0.2.0
     - Beta release