feature: alias pm2 delete to pm2 del

This commit is contained in:
Alexandre Strzelewicz 2018-05-27 16:59:36 +02:00
parent aa183ba19d
commit bb094b445e

View File

@ -422,6 +422,7 @@ commander.command('inspect <name>')
// Stop and delete a process by name from database
//
commander.command('delete <name|id|script|all|json|stdin...>')
.alias('del')
.description('stop and delete a process from pm2 process list')
.action(function(name) {
if (name == "-") {