Closed hallazzang closed 2 years ago
https://github.com/cosmosquad-labs/squad/blob/5f66c25d3ad739cb2e2a10ef03706796f71d1477/x/liquidity/client/cli/query.go#L659-L660
It should be cobra.ExactArgs(1).
cobra.ExactArgs(1)
https://github.com/cosmosquad-labs/squad/blob/5f66c25d3ad739cb2e2a10ef03706796f71d1477/x/liquidity/client/cli/query.go#L659-L660
It should be
cobra.ExactArgs(1)
.