We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is currently blocked on the following two issues, however the work can already start.
The goal is to remove all x/{moduleName}/client/cli code (e.g. https://github.com/cosmos/cosmos-sdk/tree/main/x/bank/client/cli). Remove all tx CLI code that can be replaced by AutoCLI.
(AppModuleBasic) GetTxCmd() *cobra.Command
Tx: &autocliv1.ServiceCommandDescriptor
Note, when a CLI exists and should not be removed (e.g. proposal commands), enhance the commands (https://docs.cosmos.network/main/core/autocli#combining-autocli-with-other-commands-within-a-module).
The text was updated successfully, but these errors were encountered:
julienrbrt
atheeshp
Successfully merging a pull request may close this issue.
This is currently blocked on the following two issues, however the work can already start.
Tasks
The goal is to remove all x/{moduleName}/client/cli code (e.g. https://github.com/cosmos/cosmos-sdk/tree/main/x/bank/client/cli).
Remove all tx CLI code that can be replaced by AutoCLI.
(AppModuleBasic) GetTxCmd() *cobra.Command
from module.goTx: &autocliv1.ServiceCommandDescriptor
: e.g. https://github.com/cosmos/cosmos-sdk/blob/16293120ab17fb55ae231b8ead659416e5ebabba/x/crisis/autocli.go)Note, when a CLI exists and should not be removed (e.g. proposal commands), enhance the commands (https://docs.cosmos.network/main/core/autocli#combining-autocli-with-other-commands-within-a-module).
Work breakdown
The text was updated successfully, but these errors were encountered: