mirror of
https://github.com/Unitech/pm2.git
synced 2025-12-08 20:35:53 +00:00
feature: alias pm2 delete to pm2 del
This commit is contained in:
parent
aa183ba19d
commit
bb094b445e
1
bin/pm2
1
bin/pm2
@ -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 == "-") {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user