Add argparse (#915)

This commit is contained in:
Matt Haggard 2018-11-23 15:40:26 -07:00 committed by Dominik Picheta
parent 06d399d75e
commit c66eff46e3

View File

@ -11213,6 +11213,19 @@
"license": "MIT",
"web": "https://github.com/juancarlospaco/nim-usagov"
},
{
"name": "argparse",
"url": "https://github.com/iffy/nim-argparse",
"method": "git",
"tags": [
"cli",
"argparse",
"optparse"
],
"description": "WIP strongly-typed argument parser with sub command support",
"license": "MIT",
"doc": "https://www.iffycan.com/nim-argparse/argparse.html"
},
{
"name": "markdown",
"url": "https://github.com/soasme/nim-markdown",