fix linting errors

This commit is contained in:
Sebastian McKenzie 2015-02-25 21:59:59 +11:00
parent cfe2c19a02
commit 46a37f4672

View File

@ -30,8 +30,6 @@ commander.option("--keep-module-id-extensions", "Keep extensions when generating
commander.option("-a, --auxiliary-comment [comment]", "Comment text to prepend to all auxiliary code");
commander.option("-D, --copy-files", "When compiling a directory copy over non-compilable files");
commander.on("--help", function () {
var outKeys = function (title, obj) {
console.log(" " + title + ":");