CommandLineSwitchParser 0.2.0-beta
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
<PackageReference Include="CommandLineSwitchParser" Version="0.2.0-beta" />
paket add CommandLineSwitchParser --version 0.2.0-beta
#r "nuget: CommandLineSwitchParser, 0.2.0-beta"
// 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.
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 | 6,277 | 1/17/2022 |
1.0.0 | 3,566 | 9/28/2017 |
0.5.0-beta | 978 | 9/15/2017 |
0.4.0-beta | 969 | 9/14/2017 |
0.3.0-beta | 1,012 | 9/13/2017 |
0.2.0-beta | 864 | 1/5/2017 |
v.0.2.0
- Beta release