mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-17 14:19:54 +05:00
deep parameter help for console
This commit is contained in:
@@ -53,7 +53,7 @@ func (self *CmdParse) RpcParams() interface{} {
|
||||
if self.rpcParams == nil {
|
||||
self.rpcParams = &AttrParse{}
|
||||
}
|
||||
return self.rpcParams
|
||||
return *self.rpcParams
|
||||
}
|
||||
|
||||
func (self *CmdParse) RpcResult() interface{} {
|
||||
|
||||
Reference in New Issue
Block a user