Merge pull request #7 from gradha/pr_adds_argument_parser_module

Adds argument_parser module.
This commit is contained in:
Dominik Picheta 2013-03-10 16:14:52 -07:00
commit 50ca8060d1

View File

@ -1,4 +1,13 @@
[
{
"name": "argument_parser",
"url": "git://github.com/gradha/argument_parser/",
"method": "git",
"tags": ["library", "commandline", "arguments", "switches", "parsing"],
"description": "Provides a complex commandline parser",
"license": "MIT"
},
{
"name": "jester",
"url": "git://github.com/dom96/jester/",