| 2084 | } |
| 2085 | |
| 2086 | static int issueCommand(int argc, char **argv) { |
| 2087 | return issueCommandRepeat(argc, argv, config.repeat); |
| 2088 | } |
| 2089 | |
| 2090 | /* Split the user provided command into multiple SDS arguments. |
| 2091 | * This function normally uses sdssplitargs() from sds.c which is able |
no test coverage detected