docopt.net 0.6.1.6

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

No packages depend on docopt.net.

This package has no dependencies.

Version Downloads Last updated
0.8.1 1 10/06/2024
0.8.0 0 03/30/2022
0.7.0 0 12/28/2021
0.6.1.11 0 03/28/2021
0.6.1.10 0 09/23/2018
0.6.1.9 0 08/13/2016
0.6.1.8 0 06/14/2016
0.6.1.7 0 06/14/2016
0.6.1.7-beta3 0 06/04/2016
0.6.1.7-beta1 0 06/04/2016
0.6.1.6 0 09/17/2014
0.6.1.5 0 12/30/2013
0.6.1.4 0 07/28/2013
0.6.1.3 0 07/07/2013
0.6.1.2 0 07/07/2013
0.6.1.1 0 07/06/2013