Open mdelapenya opened 5 years ago
gh pr displays a table and gh is displays a list.
gh pr
gh is
As a user, I'd like to see same info about issues than in pulls, including issue status.
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
src/pull-request.ts
src/issue.ts
gh pr
displays a table andgh is
displays a list.As a user, I'd like to see same info about issues than in pulls, including issue status.