Mono.Options
1.1.0
Install-Package Mono.Options -Version 1.1.0
dotnet add package Mono.Options --version 1.1.0
<PackageReference Include="Mono.Options" Version="1.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Mono.Options --version 1.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Mono.Options, 1.1.0"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install Mono.Options as a Cake Addin
#addin nuget:?package=Mono.Options&version=1.1.0
// Install Mono.Options as a Cake Tool
#tool nuget:?package=Mono.Options&version=1.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
A callback-based program option parser for C#. See the documenation at http://docs.go-mono.com/?link=N%3aMono.Options and some examples in the code and under the OptionSet topic at http://docs.go-mono.com/?link=T%3aMono.Options.OptionSet
There are no supported framework assets in this 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.
| Version | Downloads | Last updated |
|---|---|---|
| 1.1.0 | 0 | 06.02.2022 |
v1.1 adds support for hidden options