use of bio.terra.cli.serialization.userfacing.UFWorkspace in project terra-cli by DataBiosphere.
the class Set method execute.
/**
* Load an existing workspace.
*/
@Override
protected void execute() {
Workspace workspace = Workspace.load(id);
formatOption.printReturnValue(new UFWorkspace(workspace), this::printText);
}
Aggregations