}
return userConfig;
}
void setConfig(String[] optValues) {
ScopeType scopeType = ScopeType.valueOf(optValues[0].toUpperCase());
String[] scopeArgs = optValues[1].split("[\\s,]");
String[] keyValues = optValues[2].split("[\\s,]");
String clusterName = scopeArgs[0];
Map<String, String> results = new HashMap<String, String>();