Skip to content

Commit

Permalink
Merge pull request #72 from b-harvest/patch/csr-pagination
Browse files Browse the repository at this point in the history
feat: Add cli pagination cmd to query "cantod q csr csrs"
  • Loading branch information
dudong2 authored Jul 19, 2024
2 parents 6614d96 + b0d7bc8 commit 724d674
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x/csr/client/cli/query.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ func CmdQueryCSRs() *cobra.Command {
}

flags.AddQueryFlagsToCmd(cmd)
flags.AddPaginationFlagsToCmd(cmd, "csrs")

return cmd
}
Expand Down

0 comments on commit 724d674

Please sign in to comment.