Merge pull request #301 from c-blake/master

Add entry for cligen.
This commit is contained in:
Dominik Picheta 2016-01-01 18:47:10 +00:00
commit e2c68a4df1

View File

@ -3883,5 +3883,21 @@
"description": "A higher-level wrapper for the Python Programing Language",
"license": "MIT",
"web": "https://github.com/marcoapintoo/nim-pythonize"
},
{
"name": "cligen",
"url": "https://github.com/c-blake/cligen.git",
"method": "git",
"tags": [
"library",
"commandline",
"arguments",
"switches",
"parsing",
"options"
],
"description": "Infer & generate command-line interace/option/argument parsers",
"license": "MIT",
"web": "https://github.com/c-blake/cligen"
}
]