-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for cursors to
minder history list
. (#3925)
This change addes two flags to `minder history list` command, namely `--cursor`, which lets the user specify the cursor to a specific page of the list, and `--size`, which lets the user specify the number of items to retrieve. The two flags can be used independently from one another. For obvious reasons, code was also added to print the cursors. I picked an arbitrary position, but reviewed the style with James to ensure some degree of uniformity with the rest of the product. Fixes #3913
- Loading branch information
Showing
2 changed files
with
71 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters