Allow progress indicator to be configured

This commit is contained in:
Jonathan Shook 2023-12-10 21:17:27 -06:00
parent 5e5c48f1ff
commit 309cb67587

View File

@ -416,7 +416,8 @@ public class NBCLI implements Function<String[], Integer>, NBLabeledElement {
// TODO: Decide whether this should be part of ctor consistency
Map.of(
"summary", options.getReportSummaryTo(),
"logsdir", options.getLogsDirectory().toString()
"logsdir", options.getLogsDirectory().toString(),
"progress", options.getProgressSpec()
).forEach(session::setComponentProp);
options.wantsReportCsvTo().ifPresent(cfg -> {