docopt.net 0.6.1.10
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) {{ ... }}
Showing the top 20 packages that depend on docopt.net.
Packages | Downloads |
---|---|
Xamarin.UITest
UI Automation Framework for testing Android and iOS apps.
|
42 |
Xamarin.UITest
UI Automation Framework for testing Android and iOS apps.
|
40 |
Xamarin.UITest
UI Automation Framework for testing Android and iOS apps.
|
39 |
Xamarin.UITest
UI Automation Framework for testing Android and iOS apps.
|
37 |
Xamarin.UITest
UI Automation Framework for testing Android and iOS apps.
|
33 |
Xamarin.UITest
UI Automation Framework for testing Android and iOS apps.
|
31 |
Xamarin.UITest
UI Automation Framework for testing Android and iOS apps.
|
30 |
Xamarin.UITest
UI Automation Framework for testing Android and iOS apps.
|
28 |
Xamarin.UITest
UI Automation Framework for testing Android and iOS apps.
|
25 |
- T4DocoptNet.tt assembly path fix.
- Added support for .net core RC2
.NET Framework 4.0
- No dependencies.
.NET Standard 1.5
- NETStandard.Library (>= 1.6.0)
- System.Collections.NonGeneric (>= 4.0.1)
- System.Runtime.Serialization.Primitives (>= 4.1.1)
Version | Downloads | Last updated |
---|---|---|
0.8.1 | 23 | 03/11/2024 |
0.8.0 | 25 | 03/11/2024 |
0.7.0 | 19 | 03/11/2024 |
0.6.1.11 | 10 | 03/12/2024 |
0.6.1.10 | 21 | 03/11/2024 |
0.6.1.9 | 18 | 03/11/2024 |
0.6.1.8 | 20 | 03/11/2024 |
0.6.1.7 | 12 | 03/12/2024 |
0.6.1.7-beta3 | 21 | 03/11/2024 |
0.6.1.7-beta1 | 22 | 03/11/2024 |
0.6.1.6 | 18 | 03/11/2024 |
0.6.1.5 | 21 | 03/11/2024 |
0.6.1.4 | 13 | 03/12/2024 |
0.6.1.3 | 19 | 03/11/2024 |
0.6.1.2 | 14 | 03/12/2024 |
0.6.1.1 | 11 | 03/12/2024 |