| 858 | } |
| 859 | |
| 860 | void LogCommand(std::string line, UID randomID, std::string errMsg) { |
| 861 | printf("%s\n", errMsg.c_str()); |
| 862 | TraceEvent(SevInfo, "CLICommandLog", randomID).detail("Command", line).detail("Error", errMsg); |
| 863 | } |
| 864 | |
| 865 | struct CLIOptions { |
| 866 | std::string program_name; |
no test coverage detected