-
-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Display all ports used by process #47
Conversation
Looks good. Can you fix the conflict? |
I think we just limit it to the width of the terminal and just do |
Hmm, or not. We should truncate it on spaces, not in the middle of a port. |
Would this make sense as an option in https://github.com/sindresorhus/cli-truncate? Or maybe add |
Yes, something like |
|
Fixes #39.