docopt.net 0.8.1

dotnet add package docopt.net --version 0.8.1
NuGet\Install-Package docopt.net -Version 0.8.1
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="docopt.net" Version="0.8.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add docopt.net --version 0.8.1
#r "nuget: docopt.net, 0.8.1"
#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 docopt.net as a Cake Addin
#addin nuget:?package=docopt.net&version=0.8.1

// Install docopt.net as a Cake Tool
#tool nuget:?package=docopt.net&version=0.8.1

docopt.net is the .net version of the docopt python beautiful command line parser.  docopt.net helps you define an interface for your command-line app, and automatically generate a parser for it. docopt.net is based on conventions that have been used for decades in help messages and man pages for program interface description.  Interface description in docopt.net is such a help message, but formalized. Check out http://docopt.org/ for a more detailed explanation.
       Quick example:
           var arguments = new Docopt().Apply("Usage: prog [-a] [-b] FILE", args);
           if (arguments["-a"].IsTrue) {{ ... }}

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.5 is compatible.  netstandard1.6 was computed.  netstandard2.0 is compatible.  netstandard2.1 is compatible. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on docopt.net:

Package Downloads
Xamarin.UITest The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

UI Automation Framework for testing Android and iOS apps.

FluentMigrator.Runner.Cli

A runner for .NET CLI for Fluent Migrator.

FluentMigrator.Runner.Cli.Executor

A runner for .NET CLI for Fluent Migrator.

FluentMigrator.Runner.DNX

A runner for DNX for Fluent Migrator.

PanSQL

Builds .pansql scripts into executable data pipelines

GitHub repositories (5)

Showing the top 5 popular GitHub repositories that depend on docopt.net:

Repository Stars
morelinq/MoreLINQ
Extensions to LINQ to Objects
nsacyber/Windows-Event-Log-Messages
Retrieves the definitions of Windows Event Log messages embedded in Windows binaries and provides them in discoverable formats. #nsacyber
docopt/docopt.net
Port of docopt to .net
atifaziz/LinqPadless
LINQPad Queries without LINQPad
microsoft/Vipr
Client Library Generation Toolkit
Version Downloads Last updated
0.8.1 488,835 4/3/2022
0.8.0 1,011 3/30/2022
0.7.0 4,887 12/28/2021
0.6.1.11 13,291 3/28/2021
0.6.1.10 173,371 9/23/2018
0.6.1.9 46,587 8/13/2016
0.6.1.8 19,229 6/14/2016
0.6.1.7 2,150 6/14/2016
0.6.1.7-beta3 1,182 6/4/2016
0.6.1.7-beta1 1,391 6/4/2016
0.6.1.6 29,817 9/17/2014
0.6.1.5 3,652 12/30/2013
0.6.1.4 31,701 7/28/2013
0.6.1.3 1,776 7/7/2013
0.6.1.2 1,780 7/7/2013
0.6.1.1 1,802 7/6/2013

See: https://github.com/docopt/docopt.net/releases/tag/v0.8.1

Commit @ cc1258e4ab85eb87ef17b2e0b19c054c2de1c6a4