We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b5f316 commit cbdebd0Copy full SHA for cbdebd0
1 file changed
x/resource/autocli.go
@@ -45,7 +45,7 @@ func (am AppModule) AutoCLIOptions() *autocliv1.ModuleOptions {
45
},
46
47
48
- EnhanceCustomCommand: true, // Set to true if you have manual commands for the resource module
+ EnhanceCustomCommand: true, // Set to true if we have manual commands for the resource module
49
50
Tx: &autocliv1.ServiceCommandDescriptor{
51
Service: resourcev2.Msg_ServiceDesc.ServiceName,
0 commit comments