-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
Add pagination support for subcommands in "buildtest inspect" command #1428
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall this looks pretty good i made a few suggestions to the code-base. Please do check the code coverage to see if coverage results.
@shahzebsiddiqui Yes, I have checked the code coverage it looks good. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Hi @shahzebsiddiqui I have added pagination for buildtest inspect subcommands. I have also refactored the function
inspect_list()
as the terse option in it was using hardcoded column names without a color option. Please review the PR.