From 7f59b171a88534046274c9a81719df15714a2eae Mon Sep 17 00:00:00 2001 From: Ryan Oldenburg Date: Fri, 30 Dec 2022 05:30:10 -0600 Subject: [PATCH] Add package bossy (#2443) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 0718580..0aa2414 100644 --- a/packages.json +++ b/packages.json @@ -28313,6 +28313,18 @@ "license": "MIT", "web": "https://github.com/inv2004/ttop" }, + { + "name": "bossy", + "url": "https://github.com/guzba/bossy", + "method": "git", + "tags": [ + "command-line", + "cli" + ], + "description": "Makes supporting command line arguments easier", + "license": "MIT", + "web": "https://github.com/guzba/bossy" + }, { "name": "bitables", "url": "https://github.com/Retkid/bitables",