From a082dc6551719eae223b974e99d8dee9025f16ad Mon Sep 17 00:00:00 2001 From: Juan Carlos Date: Wed, 1 Dec 2021 22:11:52 -0300 Subject: [PATCH] Added package cliche (#2079) --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages.json b/packages.json index 550e4aa..102d615 100644 --- a/packages.json +++ b/packages.json @@ -24396,5 +24396,16 @@ "description": "Bluesoft Cosmos extractor", "license": "gpl-3.0", "web": "https://gitlab.com/lurlo/bluesoftcosmos" + }, + { + "name": "cliche", + "url": "https://github.com/juancarlospaco/cliche", + "method": "git", + "tags": [ + "cli" + ], + "description": "AutoMagic CLI argument parsing is Cliche", + "license": "MIT", + "web": "https://github.com/juancarlospaco/cliche" } ]