Skip to content

Small fix: Update bgd operation list next command text

Rohit Kothur requested to merge rkothur/fix-bgd-operation-list-next into master

Description

A bgd operation list that results in a paginated response prints a message containing the command to fetch the next page of results. However, this message does not currently contain the filter string or page size, if those parameters were used previously. Update the message to provide these parameters.

Merge request reports