}
final Print pr =
new Print(opts, System.out, System.err, debug);
final Status_QueryAll queryAll =
new Status_QueryAll(statusPort, pr);
Workspace[] workspaces = queryAll.queryAll();
printCurrent(workspaces, pr);
} catch (Exception e) {
die(e, "Problem with query", client.isDebugMode());
}
}