UNPKG

rhapsody-cli

Version:
12 lines (11 loc) 247 B
module.exports = function(msg, server) { return function(opts) { var extras = opts._; if(extras.length > 1) { return msg.usage('build'); } server.build(); return; } }; module.exports.help = 'Build the server without run it';