@Option(name = "--no-format", description = "Disable table rendered output", required = false, multiValued = false)
boolean noFormat;
protected void doExecute(FeaturesService admin) throws Exception {
ShellTable table = new ShellTable();
table.column("Version");
table.column("Repository");
table.column("Repository URL");
table.emptyTableText("No versions available for features '" + feature + "'");
for (Repository r : Arrays.asList(admin.listRepositories())) {