}
return command;
}
static StatisticsWebOp buildStatistics(ParameterSet options) {
StatisticsWebOp command = new StatisticsWebOp();
command.setPath(options.getFirstValue("path", null));
command.setSince(options.getFirstValue("since", null));
command.setUntil(options.getFirstValue("branch", null));
return command;
}