We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a831bb4 commit f1a1ca8Copy full SHA for f1a1ca8
x/poolmanager/client/cli/query.go
@@ -29,6 +29,10 @@ func GetQueryCmd() *cobra.Command {
29
osmocli.AddQueryCmd(cmd, queryproto.NewQueryClient, GetCmdTotalPoolLiquidity)
30
osmocli.AddQueryCmd(cmd, queryproto.NewQueryClient, GetCmdAllPools)
31
osmocli.AddQueryCmd(cmd, queryproto.NewQueryClient, GetCmdPool)
32
+ cmd.AddCommand(
33
+ osmocli.GetParams[*queryproto.ParamsRequest](
34
+ types.ModuleName, queryproto.NewQueryClient),
35
+ )
36
37
return cmd
38
}
0 commit comments