-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pictl:
commenttimestamps
improvements.
This diff fixes a bug in `pictl commenttimestamps` where no timestamps were fetched if the no comment IDs were provided, this is not the expected behavior as it says in the `commenttimestamps` command help message: > If comment IDs are not provided then the timestamps for all comments will be returned. In addition, this commit adds pagination to the `commenttimestamps` command to allow fetching all comment timestamps page by page when a proposal has more than one page of comments. This also allows users to request the timestamps of more than one page using the `commentIDs` command argument.
- Loading branch information
Showing
2 changed files
with
70 additions
and
13 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