aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages.json14
1 files changed, 14 insertions, 0 deletions
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"
}
]