File: commands/webfan/help.js

Recommend this page to a friend!
  Classes of Till Wehowski   Widget CLI   commands/webfan/help.js   Download  
File: commands/webfan/help.js
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Widget CLI
Process commands entered by the user
Author: By
Last change:
Date: 7 years ago
Size: 272 bytes
 

Contents

Class file image Download
exports.finalize = function(CLI){ CLI.result = 'This Help is marked as ToDo (coming soon)'; CLI.log(CLI.result); CLI.log(CLI.parser.toString()); CLI.log(Object.keys(CLI.shells).toString()); }; exports.prepare = function(CLI){ };