4053 helpString.emplace_back("Return list of available commands, or help message for a specific function");
4054 helpString.emplace_back("@param functionName name of command for which to get a detailed description. If none or '--all' is provided, print list of available commands");
4055 helpString.emplace_back("@return list of strings (one string per line)");
4056 }
4057 }
4058if (helpString.empty()) {
4059 helpString.emplace_back("Command not found");