| 900 | } |
| 901 | |
| 902 | bool ProcessCommandH(ICECAdapter * UNUSED(parser), const std::string &command, std::string & UNUSED(arguments)) |
| 903 | { |
| 904 | if (command == "h" || command == "help") |
| 905 | { |
| 906 | ShowHelpConsole(); |
| 907 | return true; |
| 908 | } |
| 909 | |
| 910 | return false; |
| 911 | } |
| 912 | |
| 913 | bool ProcessCommandLOG(ICECAdapter * UNUSED(parser), const std::string &command, std::string &arguments) |
| 914 | { |
no test coverage detected