docopt.net
                             
                            
                                0.6.1.1
                            
                        
                    See the version list below for details.
dotnet add package docopt.net --version 0.6.1.1
NuGet\Install-Package docopt.net -Version 0.6.1.1
<PackageReference Include="docopt.net" Version="0.6.1.1" />
<PackageVersion Include="docopt.net" Version="0.6.1.1" />
<PackageReference Include="docopt.net" />
paket add docopt.net --version 0.6.1.1
#r "nuget: docopt.net, 0.6.1.1"
#:package docopt.net@0.6.1.1
#addin nuget:?package=docopt.net&version=0.6.1.1
#tool nuget:?package=docopt.net&version=0.6.1.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 Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. | 
This package has no dependencies.
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
                                                         | |
| atifaziz/LinqPadless 
                                                            LINQPad Queries without LINQPad
                                                         | |
| microsoft/Vipr 
                                                            Client Library Generation Toolkit
                                                         | |
| microsoft/near-duplicate-code-detector 
                                                            A simple tool for detecting near-duplicate source code
                                                         |