(args string, retVal *bool)
| 255 | } |
| 256 | |
| 257 | func (cmd *CliRpcCmd) HasSpace(args string, retVal *bool) error { |
| 258 | *retVal = cmd.cliConfig.HasSpace() |
| 259 | |
| 260 | return nil |
| 261 | } |
| 262 | |
| 263 | func (cmd *CliRpcCmd) ApiEndpoint(args string, retVal *string) error { |
| 264 | *retVal = cmd.cliConfig.APIEndpoint() |