Skip to content

Commit

Permalink
docs: fix autocli for non module commands example code link (#23407)
Browse files Browse the repository at this point in the history
  • Loading branch information
BabyHalimao authored Jan 17, 2025
1 parent adc1d31 commit ac033af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/v2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ It is possible to use `AutoCLI` for non module commands. The trick is still to i
For example, here is how the SDK does it for `cometbft` gRPC commands:

```go reference
https://github.com/cosmos/cosmos-sdk/blob/main/client/grpc/cmtservice/autocli.go#L52-L71
https://github.com/cosmos/cosmos-sdk/blob/release/v0.52.x/client/grpc/cmtservice/autocli.go#L52-L71
```

#### Conventions for the `Use` field in Cobra
Expand Down

0 comments on commit ac033af

Please sign in to comment.