Added package clapfn (#1646)

This commit is contained in:
Oliver Sandli 2020-09-27 14:26:11 -05:00 committed by GitHub
parent dfe9f27606
commit d0967b53ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19605,5 +19605,18 @@
"description": "Terminal UI based cd command",
"license": "MIT",
"web": "https://github.com/minefuto/qwertycd"
},
{
"name": "clapfn",
"url": "https://github.com/oliversandli/clapfn",
"method": "git",
"tags": [
"cli",
"library",
"parser"
],
"description": "A fast and simple command line argument parser inspired by Python's argparse.",
"license": "MIT",
"web": "https://github.com/oliversandli/clapfn"
}
]