From d0967b53bae43095a85c0c83941182bd61f52f19 Mon Sep 17 00:00:00 2001 From: Oliver Sandli <56598098+oliversandli@users.noreply.github.com> Date: Sun, 27 Sep 2020 14:26:11 -0500 Subject: [PATCH] Added package clapfn (#1646) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 324426e..5bdd660 100644 --- a/packages.json +++ b/packages.json @@ -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" } ]