diff options
| author | Matt Haggard <haggardii@gmail.com> | 2018-11-23 15:40:26 -0700 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-11-23 22:40:26 +0000 |
| commit | c66eff46e318dc8a6cc6ff13472995319193865d (patch) | |
| tree | b415ed69ee2ed87357b15f70dcd0a6793f339215 | |
| parent | 06d399d75edf44b5326a10b818841003e643de85 (diff) | |
| download | packages-c66eff46e318dc8a6cc6ff13472995319193865d.tar.gz packages-c66eff46e318dc8a6cc6ff13472995319193865d.zip | |
Add argparse (#915)
| -rw-r--r-- | packages.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 99b2522..84b9435 100644 --- a/packages.json +++ b/packages.json @@ -11214,6 +11214,19 @@ "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", "method": "git", |
