command.setPath(options.getFirstValue("path", null));
return command;
}
static BlameWebOp buildBlame(ParameterSet options) {
BlameWebOp command = new BlameWebOp();
command.setCommit(options.getFirstValue("commit", null));
command.setPath(options.getFirstValue("path", null));
return command;
}