From 6ef3d1d0e6ced56cd352773e3677fce5c122817e Mon Sep 17 00:00:00 2001 From: Amun Date: Fri, 26 Jan 2024 03:30:44 +0100 Subject: [PATCH] Added package getopty (#2798) Co-authored-by: Amun --- packages.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 2277e91..0d43132 100644 --- a/packages.json +++ b/packages.json @@ -32398,5 +32398,19 @@ "description": "HTML Template Engine", "license": "MIT", "doc": "https://wraith29.github.io/templater/templater.html" + }, + { + "name": "getopty", + "url": "https://github.com/amnr/getopty", + "method": "git", + "tags": [ + "posix", + "cli", + "getopt", + "parser" + ], + "description": "POSIX compliant command line parser", + "license": "MIT or NCSA", + "web": "https://github.com/amnr/getopty" } -] \ No newline at end of file +]