From 989bb4cc43c8b1c2c61dd5650ba408a34107b44d Mon Sep 17 00:00:00 2001 From: Samantha Marshall Date: Fri, 27 Jan 2017 20:35:09 -0500 Subject: [PATCH] Added package cmd --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index ddf01e5..ef0b1f7 100644 --- a/packages.json +++ b/packages.json @@ -5796,5 +5796,19 @@ "description": "Systemd service notification helper", "license": "MIT", "web": "https://github.com/FedericoCeratto/nim-sdnotify" + }, + { + "name": "cmd", + "url": "https://github.com/samdmarshall/cmd.nim", + "method": "git", + "tags": [ + "cmd", + "command", + "prompt", + "interactive" + ], + "description": "interactive command prompt", + "license": "BSD 3-Clause", + "web": "https://github.com/samdmarshall/cmd.nim" } ]