| 1896 | } |
| 1897 | |
| 1898 | static int issueCommand(int argc, char **argv) { |
| 1899 | return issueCommandRepeat(argc, argv, config.repeat); |
| 1900 | } |
| 1901 | |
| 1902 | /* Split the user provided command into multiple SDS arguments. |
| 1903 | * This function normally uses sdssplitargs() from sds.c which is able |
no test coverage detected