docs(client/v2): remove duplicate GetTxCmd mention (#19378)

Co-authored-by: Julien Robert <julien@rbrt.fr>
This commit is contained in:
Jay Namsayin
2024-02-08 08:11:29 +00:00
committed by GitHub
co-authored by Julien Robert
parent 3e3b1ae5a1
commit 195bd4ae65
+1 -1
View File
@@ -197,7 +197,7 @@ In order to enable this behavior, set in `AutoCLIOptions()` the `EnhanceCustomCo
https://github.com/cosmos/cosmos-sdk/blob/fa4d87ef7e6d87aaccc94c337ffd2fe90fcb7a9d/x/gov/autocli.go#L98
```
If not set to true, `AutoCLI` will not generate commands for the module if there are already commands registered for the module (when `GetTxCmd()` or `GetTxCmd()` are defined).
If not set to true, `AutoCLI` will not generate commands for the module if there are already commands registered for the module (when `GetTxCmd()` or `GetQueryCmd()` are defined).
### Use AutoCLI for non module commands