UNPKG

actionhero

Version:

actionhero.js is a multi-transport API Server with integrated cluster capabilities and delayed tasks

10 lines (7 loc) 208 B
'use strict'; var fs = require('fs'); exports.help = function(binary, next){ var help = fs.readFileSync(binary.actionheroRoot + '/bin/templates/help.txt'); binary.log(help.toString()); next(true); };