tableflip / guvnor

A node process manager that isn't spanners all the way down
MIT License
430 stars 37 forks source link

fix pidOrName compare process name type #101

Open xiaojue opened 7 years ago

xiaojue commented 7 years ago

When i start with a number input,i can remove the process.

$ guv start 1234
$ guv remove 1234 //can't remove

https://github.com/tableflip/guvnor/blob/2dd914c6ed2b7010a297add0750a3b40963e9c63/lib/cli/Actions.js#L133


$ guv start -n -a
$ guv remove -a //can't remove

so i add remove all for this situation.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 93.609% when pulling eb69ab983e7ddf2e0f7d4c9cbe0ff6084105c362 on xiaojue:master into 2dd914c6ed2b7010a297add0750a3b40963e9c63 on tableflip:master.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 93.609% when pulling 0238e77cd442cbd0fd90b8aa00d659ab3e83be82 on xiaojue:master into 2dd914c6ed2b7010a297add0750a3b40963e9c63 on tableflip:master.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 93.609% when pulling 0238e77cd442cbd0fd90b8aa00d659ab3e83be82 on xiaojue:master into 2dd914c6ed2b7010a297add0750a3b40963e9c63 on tableflip:master.