Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/cli.js
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2010-02-28 05:09:19 +0300
committerisaacs <i@izs.me>2010-02-28 05:09:19 +0300
commit1f2529f4cff39f3f91f27d6313fcfb32d9321cb8 (patch)
treec383911df892f28c8b6b9ec1a87d43bd2ba17432 /cli.js
parent9cfdfe3c2ada9f006a42c434a36da7f3982cfba2 (diff)
Add the list command to show what's installed.
Diffstat (limited to 'cli.js')
-rwxr-xr-xcli.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli.js b/cli.js
index 2cd4fa33c..6022f5fa9 100755
--- a/cli.js
+++ b/cli.js
@@ -7,7 +7,7 @@
if (module.id !== ".") return;
// supported commands.
-var commands = ["help", "install"];
+var commands = ["help", "install", "activate", "ls", "list"];
var npm = require("npm"),
sys = require("sys"),