| 1353 | } |
| 1354 | |
| 1355 | static string _command_to_string(command_type cmd) |
| 1356 | { |
| 1357 | return replace_all(command_to_string(cmd), "<", "<<"); |
| 1358 | } |
| 1359 | |
| 1360 | // standardized formatting for this |
| 1361 | string pad_more_with_esc(const string &s) |
no test coverage detected