node-gh / gh

(DEPRECATED) GitHub CLI made with NodeJS. Use the official https://cli.github.com/ instead.
http://nodegh.io
Other
1.71k stars 217 forks source link

Provide same table format for issues as in pull-requests #652

Open mdelapenya opened 5 years ago

mdelapenya commented 5 years ago

gh pr displays a table and gh is displays a list.

As a user, I'd like to see same info about issues than in pulls, including issue status.

protoEvangelion commented 5 years ago

This will involve adding table format used in the src/pull-request.ts file in the src/issue.ts file. https://github.com/node-gh/gh/blob/f556b8731de6cbcbfe8f7df94564832b7ace2f19/src/cmds/pull-request.ts#L459