Ookii.CommandLine 2.2.0

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

// Install Ookii.CommandLine as a Cake Tool
#tool nuget:?package=Ookii.CommandLine&version=2.2.0

Ookii.CommandLine is a powerful command line parsing library for .Net applications. It allows you to easily define a set of accepted arguments, and then parse the
     command line supplied to your application for those arguments. In addition, it allows you to generate usage help from the arguments that you defined which you can display to the user.
     You simply create a custom class whose properties and constructor parameters define the arguments, and Ookii.CommandLine will parse the application's arguments and
     create an instance of that class with all the values. Arguments can be optional or required, positional or named, and accept single or multiple values, and much more.
     Argument parsing is done using parsing rules that are very similar to how Microsoft Windows PowerShell parses command line arguments.

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

This package is not used by any NuGet packages.

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on Ookii.CommandLine:

Repository Stars
Ourpalm/ILRuntime
Pure C# IL Intepreter Runtime, which is fast and reliable for scripting requirement on enviorments, where jitting isn't possible.
servicetitan/Stl.Fusion.Samples
A collection of samples for Fusion library: https://github.com/servicetitan/Stl.Fusion
Version Downloads Last updated
4.1.0 613 1/26/2024
4.0.1 1,056 9/19/2023
4.0.0 628 7/20/2023
3.1.1 2,594 3/29/2023
3.1.0 323 3/21/2023
3.0.0 5,915 12/1/2022
2.4.0 946 9/1/2022
2.3.0 26,774 9/5/2019
2.2.0 96,329 2/6/2013
2.1.0 2,641 2/20/2012