Jump To …

command.coffee

module.exports.command = (argv) ->
  [noun, verb] = argv.shift().split(/:/)
  require("../lib/#{noun}_#{verb}").command(argv)