diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2017-01-28 12:36:12 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-01-28 12:36:12 +0100 |
| commit | b587fb6625f8e7aeea8430aee1a537faf675c63c (patch) | |
| tree | 3755a12377f020998e6c67d08199a0447e9f45f7 | |
| parent | 1e4c1f14f692c255768b35b1d42b1787fbdb7f40 (diff) | |
| parent | 989bb4cc43c8b1c2c61dd5650ba408a34107b44d (diff) | |
| download | packages-b587fb6625f8e7aeea8430aee1a537faf675c63c.tar.gz packages-b587fb6625f8e7aeea8430aee1a537faf675c63c.zip | |
Merge pull request #460 from samdmarshall/add-cmd0135
Add package cmd
| -rw-r--r-- | packages.json | 14 |
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" } ] |
