This commit is contained in:
Unitech 2017-07-14 14:12:20 +02:00
parent 4861b34fb5
commit d554c6cd84
2 changed files with 0 additions and 2 deletions

View File

@ -729,7 +729,6 @@ commander.command('prettylist')
// Dashboard command
//
commander.command('monit')
.alias('m')
.description('launch termcaps monitoring')
.action(function() {
pm2.dashboard();

View File

@ -11,7 +11,6 @@ var async = require('async');
var debug = require('debug')('pm2:cli');
var util = require('util');
var chalk = require('chalk');
var exec = require('child_process').exec;
var fclone = require('fclone');
var conf = require('../constants.js');