voieducode
NuGet publisher profile
Packages
2
Total Downloads
1.7M
1,700,091
Packages (2)
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) {{ ... }}
1.7M
downloads
docopt.net.templates
Templates for creating console applications with command-line parsing support using docopt.net.
3.0K
downloads