// // Created by Niels on 16/10/2020. // #include #include #include ReturnCommand GeneralCommandHandler::handle(const Command &cmd) { return {0,ReturnCode::BAD_PARAMETERS, nullptr}; }