Add entry for cligen.

This commit is contained in:
Charles Blake 2015-12-31 13:33:07 -05:00
parent ba4107a37f
commit 24cdc93c1f

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"
}
]