This commit is contained in:
Jindra Petřík
2024-08-05 11:17:25 +02:00
parent afa3baaac2
commit a509749c51
@@ -134,6 +134,12 @@ public class Export implements Runnable {
)
Integer fileTimeout = null;
@Option(
names = "--stats",
description = "Show export performance statistics"
)
boolean showStatistics = false;
@Parameters(index = "0",
split = ",",
arity = "1",