tool.addCommand(new SelectEventCommand(format, tool));
}
if (format.supportsRequests()) {
tool.addCommand(new SelectRequestCommand(format, tool));
}
tool.addCommand(new ScrollbarCommand(tool, buffer));
tool.setLineNumbers(BasicLineNumberIndex.create(buffer));
if (cmd.hasOption("b")) {
BackgroundProcess process = new BackgroundProcess(tool);