kill-port icon indicating copy to clipboard operation
kill-port copied to clipboard

Update README.md

Open aLIEzsss4 opened this issue 1 year ago • 0 comments

“”“ $ kill-port --port 8080,5000,3000

OR

$ kill-port 9000 3000 5000 ”“”

let port = args.port ? args.port.toString().split(',') : args.unknown

aLIEzsss4 avatar Jun 30 '23 13:06 aLIEzsss4