GetQueryCmd returns no root query command.
()
| 83 | |
| 84 | // GetQueryCmd returns no root query command. |
| 85 | func (AppModuleBasic) GetQueryCmd() *cobra.Command { |
| 86 | return cli.GetQueryCmd() |
| 87 | } |
| 88 | |
| 89 | //____________________________________________________________________________ |
| 90 |
nothing calls this directly
no test coverage detected