Added package clapfn (#1646)

This commit is contained in:
Oliver Sandli
2020-09-27 21:26:11 +02:00
committed by GitHub
parent dfe9f27606
commit d0967b53ba
+13
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"
}
]