mirror of
https://github.com/planetmint/planetmint-go.git
synced 2025-07-01 02:12:30 +00:00

some query commands use pagination when delivering results: ``` pageReq, err := client.ReadPageRequest(cmd.Flags()) if err != nil { return err } ``` to be able to use this feature, we need to add pagination related flags to the `cmd`. Signed-off-by: Julian Strobl <jmastr@mailbox.org>