You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 31, 2020. It is now read-only.
As reported in #82, on some operating systems, `ps -ef` will not work as
intended if the window is too small to show the entire process name. The
solution to this is to enable unlimited width output, which causes each
line to wrap (`-ww`).
This patch also does method extraction refactors to simplify the logic.
0 commit comments