You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/java/org/radarcns/util/commandline/CommandLineArgs.java
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -28,4 +28,7 @@ public class CommandLineArgs {
28
28
29
29
@Parameter(names = { "-h", "--help"}, help = true, description = "Display the usage of the program with available options.")
30
30
publicbooleanhelp;
31
+
32
+
@Parameter(names = { "--no-stage"}, description = "Do not stage output files into a temporary directory before moving them to the data directory. This increases performance but may leave corrupted data files.")
0 commit comments