refactor(client/v2): refactor of flags (#17306)

This commit is contained in:
Julien Robert
2023-08-07 13:53:02 +00:00
committed by GitHub
parent b61c72fc66
commit 6f29897bf0
26 changed files with 377 additions and 432 deletions
+1 -1
View File
@@ -143,7 +143,7 @@ In order to enable this behavior, set in `AutoCLIOptions()` the `EnhanceCustomCo
```go reference
https://github.com/cosmos/cosmos-sdk/blob/julien/custom-commands/x/gov/autocli.go#L98
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).