We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
when we run ps without any args, its output includes column header like this:
ps
# ps PID TTY TIME CMD 22671 pts/0 00:00:00 bash 23572 pts/0 00:00:00 ps
currently gops does not have column header, those newcomer users may not know meanings of 1st and 2nd column
The text was updated successfully, but these errors were encountered:
I would like to work on this issue @bruceauyeung
Sorry, something went wrong.
Fixes google#77: Implemented column headers in table
36fab77
9be03e9
5397580
No branches or pull requests
when we run
ps
without any args, its output includes column header like this:currently gops does not have column header, those newcomer users may not know meanings of 1st and 2nd column
The text was updated successfully, but these errors were encountered: