planetmint / planetmint-go

Go implementation of Planetmint
2 stars 0 forks source link

fix(query): unknown flag: --page #471

Closed jmastr closed 1 week ago

jmastr commented 1 week ago

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.