| 1156 | } |
| 1157 | |
| 1158 | void beginCommandGroup(const char * nsName, const char *name, const char* usage) |
| 1159 | { |
| 1160 | markCommandGroup(nsName, name, usage); |
| 1161 | } |
| 1162 | |
| 1163 | void endCommandGroup(const char * nsName, const char *name) |
| 1164 | { |
nothing calls this directly
no test coverage detected