docopt.net
0.8.1
dotnet add package docopt.net --version 0.8.1
NuGet\Install-Package docopt.net -Version 0.8.1
<PackageReference Include="docopt.net" Version="0.8.1" />
paket add docopt.net --version 0.8.1
#r "nuget: docopt.net, 0.8.1"
// 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 | Versions 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. |
-
.NETStandard 1.5
- NETStandard.Library (>= 2.0.3)
- System.Collections.NonGeneric (>= 4.3.0)
- System.ValueTuple (>= 4.5.0)
-
.NETStandard 2.0
- System.ValueTuple (>= 4.5.0)
-
.NETStandard 2.1
- System.ValueTuple (>= 4.5.0)
NuGet packages (5)
Showing the top 5 NuGet packages that depend on docopt.net:
Package | Downloads |
---|---|
Xamarin.UITest
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 | 781,499 | 4/3/2022 |
0.8.0 | 1,147 | 3/30/2022 |
0.7.0 | 5,124 | 12/28/2021 |
0.6.1.11 | 13,610 | 3/28/2021 |
0.6.1.10 | 180,539 | 9/23/2018 |
0.6.1.9 | 47,497 | 8/13/2016 |
0.6.1.8 | 21,083 | 6/14/2016 |
0.6.1.7 | 2,228 | 6/14/2016 |
0.6.1.7-beta3 | 1,256 | 6/4/2016 |
0.6.1.7-beta1 | 1,466 | 6/4/2016 |
0.6.1.6 | 30,581 | 9/17/2014 |
0.6.1.5 | 3,875 | 12/30/2013 |
0.6.1.4 | 31,809 | 7/28/2013 |
0.6.1.3 | 1,870 | 7/7/2013 |
0.6.1.2 | 1,858 | 7/7/2013 |
0.6.1.1 | 1,904 | 7/6/2013 |
See: https://github.com/docopt/docopt.net/releases/tag/v0.8.1
Commit @ cc1258e4ab85eb87ef17b2e0b19c054c2de1c6a4