mirror of
https://github.com/planetmint/planetmint-go.git
synced 2025-03-30 15:08:28 +00:00
fix(query): add pagination flags to cmd
Signed-off-by: Julian Strobl <jmastr@mailbox.org>
This commit is contained in:
parent
067b3e58ac
commit
0835d6d75c
@ -41,6 +41,7 @@ func GetCmdDistributions() *cobra.Command {
|
||||
},
|
||||
}
|
||||
|
||||
flags.AddPaginationFlagsToCmd(cmd, cmd.Use)
|
||||
flags.AddQueryFlagsToCmd(cmd)
|
||||
|
||||
return cmd
|
||||
|
Loading…
x
Reference in New Issue
Block a user