Complete serve command

This commit is contained in:
Samy Pessé
2015-01-24 11:23:53 +01:00
parent 8be4304b5c
commit 2efd234824
5 changed files with 243 additions and 8 deletions
+2 -1
View File
@@ -22,5 +22,6 @@ function optionsToShellArgs(options) {
module.exports = {
escapeShellArg: escapeShellArg,
optionsToShellArgs: optionsToShellArgs
optionsToShellArgs: optionsToShellArgs,
toLowerCase: String.prototype.toLowerCase.call.bind(String.prototype.toLowerCase)
};