Sign in Sign up
nuget

docopt.net

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) {{ ... }}

Activity

Latest release
8mo ago
Total releases
17
Cadence
~3 months
Last 12 months
1

Reach

Stars

Details

First release
Jul 06, 2013
Releases
Version Released
0.8.3 patch
0.8.1 patch
0.8.0 minor
0.7.0 minor
0.6.1.11 patch
0.6.1.10 patch
0.6.1.9 patch
0.6.1.8 patch
0.6.1.7 patch
0.6.1.7-beta3 pre
0.6.1.7-beta1 pre
0.6.1.6 patch
0.6.1.5 patch
0.6.1.4 patch
0.6.1.3 patch
0.6.1.2 patch
0.6.1.1 initial