UNPKG

pandora

Version:

A powerful and lightweight application manager for Node.js applications powered by TypeScript.

8 lines (7 loc) 230 B
'use strict'; exports.command = 'reload <appName>'; exports.desc = 'Reload an application, when the start mode be procfile.js or cluster'; exports.handler = function (argv) { console.log('Coming soon...'); process.exit(0); };