moving command fucntionality

This commit is contained in:
Peter Cottle 2012-12-27 13:42:43 -08:00
parent 1aa9d76a8b
commit a9d14521de
4 changed files with 303 additions and 285 deletions

View file

@ -51,7 +51,7 @@ InputWaterfall.prototype.process = function(command, callback) {
InputWaterfall.prototype.sliceGitOff = function(str) {
return str.slice('git '.length);
}
};
InputWaterfall.prototype.checkDisabledMap = function(command) {
try {