Remove optimist dependency. Add help text with options

This commit is contained in:
Jordan 2012-02-16 18:26:06 -05:00
parent 102318497d
commit f409914ff2
6 changed files with 68 additions and 12 deletions

View file

@ -20,6 +20,7 @@
* limitations under the License.
*/
var cli = require('./utils/Cli');
var ERR = require("async-stacktrace");
var log4js = require('log4js');
var os = require("os");