From 15a27860a43ff773a0728bf865398c0e5dff6176 Mon Sep 17 00:00:00 2001 From: uga-rosa <82267684+uga-rosa@users.noreply.github.com> Date: Wed, 27 Jul 2022 18:09:53 +0900 Subject: [PATCH] Added package shellopt (#2292) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index f6a3f4b..6ee5449 100644 --- a/packages.json +++ b/packages.json @@ -26835,5 +26835,17 @@ "description": "An image colorizer", "license": "GPL-3.0-or-later", "web": "https://github.com/Infinitybeond1/dye" + }, + { + "name": "shellopt", + "url": "https://github.com/uga-rosa/shellopt.nim", + "method": "git", + "tags": [ + "library", + "cli" + ], + "description": "Command line argument parser in the form commonly used in ordinary shell.", + "license": "MIT", + "web": "https://github.com/uga-rosa/shellopt.nim" } ]