Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/utils/lib/narwhal/tusk/remove.js
diff options
context:
space:
mode:
authorBryan Berry <bryan@olenepal.org>2009-11-02 20:45:18 (GMT)
committer Bryan Berry <bryan@olenepal.org>2009-11-02 20:45:18 (GMT)
commit25099db20a3e533c0ac6aabdf96c97431993dec8 (patch)
tree78e5ffe3d2842aa0f055348f5ec4bfad9485c6c6 /utils/lib/narwhal/tusk/remove.js
parent441f538b4ac4ef05105f59357a32a122602d4aae (diff)
moved useful stuff in the utils/ directory to bin/ and deleted the rest of the stuff in utils/
Diffstat (limited to 'utils/lib/narwhal/tusk/remove.js')
-rwxr-xr-xutils/lib/narwhal/tusk/remove.js15
1 files changed, 0 insertions, 15 deletions
diff --git a/utils/lib/narwhal/tusk/remove.js b/utils/lib/narwhal/tusk/remove.js
deleted file mode 100755
index c8329bd..0000000
--- a/utils/lib/narwhal/tusk/remove.js
+++ /dev/null
@@ -1,15 +0,0 @@
-
-var tusk = require("../tusk");
-var util = require("util");
-var args = require("args");
-var parser = exports.parser = new args.Parser();
-
-parser.help('removes the local copy of package');
-
-parser.action(function (options) {
- var names = options.args;
-});
-
-exports.remove = function () {
-};
-