From bb094b445ea01e9db8ff29fa3f5259167db23805 Mon Sep 17 00:00:00 2001 From: Alexandre Strzelewicz Date: Sun, 27 May 2018 16:59:36 +0200 Subject: [PATCH] feature: alias pm2 delete to pm2 del --- bin/pm2 | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/pm2 b/bin/pm2 index a77b7ea0..62dcbf8a 100755 --- a/bin/pm2 +++ b/bin/pm2 @@ -422,6 +422,7 @@ commander.command('inspect ') // Stop and delete a process by name from database // commander.command('delete ') + .alias('del') .description('stop and delete a process from pm2 process list') .action(function(name) { if (name == "-") {