-
-
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 buildtest history subcommands #1424
Conversation
i see in that case we can remove the |
Hi @shahzebsiddiqui. I have added the |
Hi @shahzebsiddiqui . Please review the PR. I didn't add short "-p" option because it was giving a conflict error. Also, for the "--pager" option along the "--output" (
buildtest history --pager query 0 --output
) the output looks somewhat unreadable (see the image below) as there are these "ESC" characters in the output.txt. Do you think it is a good idea to keep the --pager option for the above command ?