From 374aaff04d5afdd7979d9f3cdf4bd85bb90ef4c7 Mon Sep 17 00:00:00 2001 From: Manuel Philipp Date: Tue, 5 Nov 2019 14:16:50 +0100 Subject: [PATCH] Added package cli_menu (#1238) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 67278f4..7d26adc 100644 --- a/packages.json +++ b/packages.json @@ -15122,5 +15122,20 @@ "description": "Monocypher", "license": "MIT", "web": "https://github.com/markspanbroek/monocypher.nim" + }, + { + "name": "cli_menu", + "url": "https://github.com/MnlPhlp/cli_menu", + "method": "git", + "tags": [ + "menu", + "library", + "cli", + "interactive", + "userinput" + ], + "description": "A library to create interactive commandline menus without writing boilerplate code.", + "license": "MIT", + "web": "https://github.com/MnlPhlp/cli_menu" } ]