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-03-04 01:18:51 +0300
committerisaacs <i@izs.me>2010-03-04 01:34:12 +0300
commitd8322c954bb22997fbe8f12b10ba290f3783a728 (patch)
treeb3b1cb3451ab7a945c73339c5e975a524adddf61 /cli.js
parent20638587a754b6bba7109313a8c61cf70ba90ab1 (diff)
Add the link command to the cli
Diffstat (limited to 'cli.js')
-rwxr-xr-xcli.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli.js b/cli.js
index 2ee5d828f..4b81f8ae0 100755
--- a/cli.js
+++ b/cli.js
@@ -32,6 +32,7 @@ var commands =
, "ls"
, "list"
, "build"
+ , "link"
],
log = require(npm.moduleName+"/../lib/utils").log;